#E978BA

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

Shades of Persian Pink #E978BA

Tints of Persian Pink #E978BA

Color information

#E978BA (or 0xE978BA) is unknown color: approx Persian Pink. HEX triplet: E9, 78 and BA. RGB value is (233,120,186). Sum of RGB (Red+Green+Blue) = 233+120+186=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BA is #168745. Grayscale: #A1A1A1. Windows color (decimal): -1476422 or 12220649. OLE color: 12220649.

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

Color convert

RGB233120186-
CMYK00.480.200.09
HSL324.96º71.97%69.22%-
HSV(B)324.96º48.5%91.37%-
XYZ49.1834.350.48-
YUV161.31141.94179.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=43.23%
G=22.26%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312018600.480.200.09324.9671.9769.22
HexE978BA0301491454845
Octal3511702720602411505110105
Binary11101001111100010111010011000010100100110100010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E978BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E978BA; }

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

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

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

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

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

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

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

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