#E976BA

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

Shades of Persian Pink #E976BA

Tints of Persian Pink #E976BA

Color information

#E976BA (or 0xE976BA) is unknown color: approx Persian Pink. HEX triplet: E9, 76 and BA. RGB value is (233,118,186). Sum of RGB (Red+Green+Blue) = 233+118+186=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BA is #168945. Grayscale: #9F9F9F. Windows color (decimal): -1476934 or 12220137. OLE color: 12220137.

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

Color convert

RGB233118186-
CMYK00.490.200.09
HSL324.52º72.33%68.82%-
HSV(B)324.52º49.36%91.37%-
XYZ48.9533.8350.4-
YUV160.14142.6179.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.39%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=43.39%
G=21.97%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311818600.490.200.09324.5272.3368.82
HexE976BA0311491454845
Octal3511662720612411505110105
Binary11101001111011010111010011000110100100110100010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E976BA; }

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

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

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

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

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

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

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

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