#E978B4

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

Shades of Persian Pink #E978B4

Tints of Persian Pink #E978B4

Color information

#E978B4 (or 0xE978B4) is unknown color: approx Persian Pink. HEX triplet: E9, 78 and B4. RGB value is (233,120,180). Sum of RGB (Red+Green+Blue) = 233+120+180=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978B4 is #16874B. Grayscale: #A0A0A0. Windows color (decimal): -1476428 or 11827433. OLE color: 11827433.

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

Color convert

RGB233120180-
CMYK00.480.230.09
HSL328.14º71.97%69.22%-
HSV(B)328.14º48.5%91.37%-
XYZ48.5634.0547.19-
YUV160.63138.94179.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 120 (47.27% from 255) = 22.51%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=43.71%
G=22.51%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312018000.480.230.09328.1471.9769.22
HexE978B40301791484845
Octal3511702640602711510110105
Binary11101001111100010110100011000010111100110100100010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E978B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E978B4; }

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

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

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

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

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

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

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

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