#e87ec0

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

Shades of Persian Pink #E87EC0

Tints of Persian Pink #E87EC0

Color information

#E87EC0 (or 0xE87EC0) is unknown color: approx Persian Pink. HEX triplet: E8, 7E and C0. RGB value is (232,126,192). Sum of RGB (Red+Green+Blue) = 232+126+192=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E87EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87EC0 is #17813F. Grayscale: #A5A5A5. Windows color (decimal): -1540416 or 12615400. OLE color: 12615400.

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

Color convert

RGB232126192-
CMYK00.460.170.09
HSL322.64º69.74%70.2%-
HSV(B)322.64º45.69%90.98%-
XYZ50.2535.8854.15-
YUV165.22143.12175.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.18%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=42.18%
G=22.91%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212619200.460.170.09322.6469.7470.2
HexE87EC002E1191434646
Octal3501763000562111503106106
Binary11101000111111011000000010111010001100110100001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87ec0; }

 p { color: rgb(232,126,192); }

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

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

 a { background-color: rgb(232,126,192); }

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

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

 span { border-color: rgb(232,126,192); }

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