#E881C0

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

Shades of Persian Pink #E881C0

Tints of Persian Pink #E881C0

Color information

#E881C0 (or 0xE881C0) is unknown color: approx Persian Pink. HEX triplet: E8, 81 and C0. RGB value is (232,129,192). Sum of RGB (Red+Green+Blue) = 232+129+192=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E881C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881C0 is #177E3F. Grayscale: #A6A6A6. Windows color (decimal): -1539648 or 12616168. OLE color: 12616168.

HSL color Cylindrical-coordinate representation of color #E881C0: hue angle of 323.3º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E881C0 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB232129192-
CMYK00.440.170.09
HSL323.3º69.13%70.78%-
HSV(B)323.3º44.4%90.98%-
XYZ50.6436.6654.28-
YUV166.98142.12174.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=41.95%
G=23.33%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212919200.440.170.09323.369.1370.78
HexE881C002C1191434547
Octal3502013000542111503105107
Binary111010001000000111000000010110010001100110100001110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881C0; }

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

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

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

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

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

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

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

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