#E87DB5

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

Shades of Persian Pink #E87DB5

Tints of Persian Pink #E87DB5

Color information

#E87DB5 (or 0xE87DB5) is unknown color: approx Persian Pink. HEX triplet: E8, 7D and B5. RGB value is (232,125,181). Sum of RGB (Red+Green+Blue) = 232+125+181=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DB5 is #17824A. Grayscale: #A3A3A3. Windows color (decimal): -1540683 or 11894248. OLE color: 11894248.

HSL color Cylindrical-coordinate representation of color #E87DB5: hue angle of 328.6º 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 #E87DB5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232125181-
CMYK00.460.220.09
HSL328.6º69.93%70%-
HSV(B)328.6º46.12%90.98%-
XYZ48.9535.1647.92-
YUV163.38137.95176.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.12%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=43.12%
G=23.23%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212518100.460.220.09328.669.9370
HexE87DB502E1691494646
Octal3501752650562611511106106
Binary11101000111110110110101010111010110100110100100110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DB5; }

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

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

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

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

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

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

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

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