#E87DAE

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

Shades of Persian Pink #E87DAE

Tints of Persian Pink #E87DAE

Color information

#E87DAE (or 0xE87DAE) is unknown color: approx Persian Pink. HEX triplet: E8, 7D and AE. RGB value is (232,125,174). Sum of RGB (Red+Green+Blue) = 232+125+174=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87DAE is #178251. Grayscale: #A2A2A2. Windows color (decimal): -1540690 or 11435496. OLE color: 11435496.

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

Color convert

RGB232125174-
CMYK00.460.250.09
HSL332.52º69.93%70%-
HSV(B)332.52º46.12%90.98%-
XYZ48.2534.8844.23-
YUV162.58134.45177.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=43.69%
G=23.54%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212517400.460.250.09332.5269.9370
HexE87DAE02E19914d4646
Octal3501752560563111515106106
Binary11101000111110110101110010111011001100110100110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DAE; }

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

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

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

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

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

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

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

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