#E979BA

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

Shades of Persian Pink #E979BA

Tints of Persian Pink #E979BA

Color information

#E979BA (or 0xE979BA) is unknown color: approx Persian Pink. HEX triplet: E9, 79 and BA. RGB value is (233,121,186). Sum of RGB (Red+Green+Blue) = 233+121+186=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E979BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979BA is #168645. Grayscale: #A1A1A1. Windows color (decimal): -1476166 or 12220905. OLE color: 12220905.

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

Color convert

RGB233121186-
CMYK00.480.200.09
HSL325.18º71.79%69.41%-
HSV(B)325.18º48.07%91.37%-
XYZ49.334.5450.52-
YUV161.9141.61178.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=43.15%
G=22.41%
B=34.44%

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
Decimal23312118600.480.200.09325.1871.7969.41
HexE979BA0301491454845
Octal3511712720602411505110105
Binary11101001111100110111010011000010100100110100010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E979BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E979BA; }

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

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

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

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

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

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

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

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