#E877B0

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

Shades of Persian Pink #E877B0

Tints of Persian Pink #E877B0

Color information

#E877B0 (or 0xE877B0) is unknown color: approx Persian Pink. HEX triplet: E8, 77 and B0. RGB value is (232,119,176). Sum of RGB (Red+Green+Blue) = 232+119+176=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E877B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E877B0 is #17884F. Grayscale: #9F9F9F. Windows color (decimal): -1542224 or 11565032. OLE color: 11565032.

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

Color convert

RGB232119176-
CMYK00.490.240.09
HSL329.73º71.07%68.82%-
HSV(B)329.73º48.71%90.98%-
XYZ47.7133.4845.02-
YUV159.28137.44179.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=44.02%
G=22.58%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211917600.490.240.09329.7371.0768.82
HexE877B003118914a4745
Octal3501672600613011512107105
Binary11101000111011110110000011000111000100110100101010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E877B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E877B0; }

 p { color: rgb(232,119,176); }

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

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

 a { background-color: rgb(232,119,176); }

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

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

 span { border-color: rgb(232,119,176); }

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