#E876C0

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

Shades of Persian Pink #E876C0

Tints of Persian Pink #E876C0

Color information

#E876C0 (or 0xE876C0) is unknown color: approx Persian Pink. HEX triplet: E8, 76 and C0. RGB value is (232,118,192). Sum of RGB (Red+Green+Blue) = 232+118+192=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E876C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876C0 is #17893F. Grayscale: #A0A0A0. Windows color (decimal): -1542464 or 12613352. OLE color: 12613352.

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

Color convert

RGB232118192-
CMYK00.490.170.09
HSL321.05º71.25%68.63%-
HSV(B)321.05º49.14%90.98%-
XYZ49.2733.9253.82-
YUV160.52145.77178.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=42.80%
G=21.77%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211819200.490.170.09321.0571.2568.63
HexE876C00311191414745
Octal3501663000612111501107105
Binary11101000111011011000000011000110001100110100000110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E876C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E876C0; }

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

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

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

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

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

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

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

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