#E882C0

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

Shades of Persian Pink #E882C0

Tints of Persian Pink #E882C0

Color information

#E882C0 (or 0xE882C0) is unknown color: approx Persian Pink. HEX triplet: E8, 82 and C0. RGB value is (232,130,192). Sum of RGB (Red+Green+Blue) = 232+130+192=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E882C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882C0 is #177D3F. Grayscale: #A7A7A7. Windows color (decimal): -1539392 or 12616424. OLE color: 12616424.

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

Color convert

RGB232130192-
CMYK00.440.170.09
HSL323.53º68.92%70.98%-
HSV(B)323.53º43.97%90.98%-
XYZ50.7836.9354.32-
YUV167.57141.79173.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.88%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=41.88%
G=23.47%
B=34.66%

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
Decimal23213019200.440.170.09323.5368.9270.98
HexE882C002C1191444547
Octal3502023000542111504105107
Binary111010001000001011000000010110010001100110100010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E882C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E882C0; }

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

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

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

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

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

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

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

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