#E978C4

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

Shades of Persian Pink #E978C4

Tints of Persian Pink #E978C4

Color information

#E978C4 (or 0xE978C4) is unknown color: approx Persian Pink. HEX triplet: E9, 78 and C4. RGB value is (233,120,196). Sum of RGB (Red+Green+Blue) = 233+120+196=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C4 is #16873B. Grayscale: #A2A2A2. Windows color (decimal): -1476412 or 12876009. OLE color: 12876009.

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

Color convert

RGB233120196-
CMYK00.480.160.09
HSL319.65º71.97%69.22%-
HSV(B)319.65º48.5%91.37%-
XYZ50.2834.7456.28-
YUV162.45146.94178.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 120 (47.27% from 255) = 21.86%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=42.44%
G=21.86%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312019600.480.160.09319.6571.9769.22
HexE978C40301091404845
Octal3511703040602011500110105
Binary11101001111100011000100011000010000100110100000010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E978C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E978C4; }

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

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

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

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

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

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

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

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