#E877C6

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

Shades of Persian Pink #E877C6

Tints of Persian Pink #E877C6

Color information

#E877C6 (or 0xE877C6) is unknown color: approx Persian Pink. HEX triplet: E8, 77 and C6. RGB value is (232,119,198). Sum of RGB (Red+Green+Blue) = 232+119+198=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E877C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877C6 is #178839. Grayscale: #A1A1A1. Windows color (decimal): -1542202 or 13006824. OLE color: 13006824.

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

Color convert

RGB232119198-
CMYK00.490.150.09
HSL318.05º71.07%68.82%-
HSV(B)318.05º48.71%90.98%-
XYZ50.0734.4357.43-
YUV161.79148.44178.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 119 (46.88% from 255) = 21.68%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=42.26%
G=21.68%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211919800.490.150.09318.0571.0768.82
HexE877C6031F913e4745
Octal3501673060611711476107105
Binary1110100011101111100011001100011111100110011111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E877C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E877C6; }

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

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

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

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

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

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

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

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