#e877c5

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

Shades of Persian Pink #E877C5

Tints of Persian Pink #E877C5

Color information

#E877C5 (or 0xE877C5) is unknown color: approx Persian Pink. HEX triplet: E8, 77 and C5. RGB value is (232,119,197). Sum of RGB (Red+Green+Blue) = 232+119+197=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E877C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877C5 is #17883A. Grayscale: #A1A1A1. Windows color (decimal): -1542203 or 12941288. OLE color: 12941288.

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

Color convert

RGB232119197-
CMYK00.490.150.09
HSL318.58º71.07%68.82%-
HSV(B)318.58º48.71%90.98%-
XYZ49.9534.3856.83-
YUV161.68147.94178.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=42.34%
G=21.72%
B=35.95%

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
Decimal23211919700.490.150.09318.5871.0768.82
HexE877C5031F913f4745
Octal3501673050611711477107105
Binary1110100011101111100010101100011111100110011111110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e877c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e877c5; }

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

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

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

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

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

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

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

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