#E87DBF

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

Shades of Persian Pink #E87DBF

Tints of Persian Pink #E87DBF

Color information

#E87DBF (or 0xE87DBF) is unknown color: approx Persian Pink. HEX triplet: E8, 7D and BF. RGB value is (232,125,191). Sum of RGB (Red+Green+Blue) = 232+125+191=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DBF is #178240. Grayscale: #A4A4A4. Windows color (decimal): -1540673 or 12549608. OLE color: 12549608.

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

Color convert

RGB232125191-
CMYK00.460.180.09
HSL322.99º69.93%70%-
HSV(B)322.99º46.12%90.98%-
XYZ50.0235.5853.52-
YUV164.52142.95176.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 191 (75% from 255) = 34.85%
R=42.34%
G=22.81%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212519100.460.180.09322.9969.9370
HexE87DBF02E1291434646
Octal3501752770562211503106106
Binary11101000111110110111111010111010010100110100001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DBF; }

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

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

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

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

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

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

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

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