#E977C4

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

Shades of Persian Pink #E977C4

Tints of Persian Pink #E977C4

Color information

#E977C4 (or 0xE977C4) is unknown color: approx Persian Pink. HEX triplet: E9, 77 and C4. RGB value is (233,119,196). Sum of RGB (Red+Green+Blue) = 233+119+196=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E977C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977C4 is #16883B. Grayscale: #A1A1A1. Windows color (decimal): -1476668 or 12875753. OLE color: 12875753.

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

Color convert

RGB233119196-
CMYK00.490.160.09
HSL319.47º72.15%69.02%-
HSV(B)319.47º48.93%91.37%-
XYZ50.1634.556.24-
YUV161.86147.27178.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.52%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=42.52%
G=21.72%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311919600.490.160.09319.4772.1569.02
HexE977C403110913f4845
Octal3511673040612011477110105
Binary11101001111011111000100011000110000100110011111110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E977C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E977C4; }

 p { color: rgb(233,119,196); }

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

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

 a { background-color: rgb(233,119,196); }

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

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

 span { border-color: rgb(233,119,196); }

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