#E87CAC

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

Shades of Persian Pink #E87CAC

Tints of Persian Pink #E87CAC

Color information

#E87CAC (or 0xE87CAC) is unknown color: approx Persian Pink. HEX triplet: E8, 7C and AC. RGB value is (232,124,172). Sum of RGB (Red+Green+Blue) = 232+124+172=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87CAC is #178353. Grayscale: #A1A1A1. Windows color (decimal): -1540948 or 11304168. OLE color: 11304168.

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

Color convert

RGB232124172-
CMYK00.470.260.09
HSL333.33º70.13%69.8%-
HSV(B)333.33º46.55%90.98%-
XYZ47.9334.5543.17-
YUV161.76133.78178.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=43.94%
G=23.48%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212417200.470.260.09333.3370.1369.8
HexE87CAC02F1A914d4646
Octal3501742540573211515106106
Binary11101000111110010101100010111111010100110100110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87CAC; }

 p { color: rgb(232,124,172); }

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

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

 a { background-color: rgb(232,124,172); }

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

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

 span { border-color: rgb(232,124,172); }

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