#e873ae

Color #E873AE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E873AE

Tints of Persian Pink #E873AE

Color information

#E873AE (or 0xE873AE) is unknown color: approx Persian Pink. HEX triplet: E8, 73 and AE. RGB value is (232,115,174). Sum of RGB (Red+Green+Blue) = 232+115+174=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E873AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E873AE is #178C51. Grayscale: #9C9C9C. Windows color (decimal): -1543250 or 11432936. OLE color: 11432936.

HSL color Cylindrical-coordinate representation of color #E873AE: hue angle of 329.74º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873AE is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232115174-
CMYK00.500.250.09
HSL329.74º71.78%68.04%-
HSV(B)329.74º50.43%90.98%-
XYZ47.0532.4743.83-
YUV156.71137.76181.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=44.53%
G=22.07%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211517400.500.250.09329.7471.7868.04
HexE873AE03219914a4844
Octal3501632560623111512110104
Binary11101000111001110101110011001011001100110100101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e873ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e873ae; }

 p { color: rgb(232,115,174); }

 H1.HeaderClassName
 {
   color: #e873ae;
 }
 .AnyTagClassName
 {
   color: #e873ae;
 }
</style>
background-color css

<style>
 a { background-color: #e873ae; }

 a { background-color: rgb(232,115,174); }

 div.DivClassName
 {
   background-color: #e873ae;
 }
 .BgClassName
 {
   background-color: #e873ae;
 }
</style>
border-color css

<style>
 span { border-color: #e873ae; }

 span { border-color: rgb(232,115,174); }

 td.TdClassName
 {
   border-color: #e873ae;
 }
 .TagClassName
 {
   border-color: #e873ae;
 }
</style>