#E976BC

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

Shades of Persian Pink #E976BC

Tints of Persian Pink #E976BC

Color information

#E976BC (or 0xE976BC) is unknown color: approx Persian Pink. HEX triplet: E9, 76 and BC. RGB value is (233,118,188). Sum of RGB (Red+Green+Blue) = 233+118+188=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E976BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E976BC is #168943. Grayscale: #A0A0A0. Windows color (decimal): -1476932 or 12351209. OLE color: 12351209.

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

Color convert

RGB233118188-
CMYK00.490.190.09
HSL323.48º72.33%68.82%-
HSV(B)323.48º49.36%91.37%-
XYZ49.1633.9151.53-
YUV160.36143.6179.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=43.23%
G=21.89%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311818800.490.190.09323.4872.3368.82
HexE976BC0311391434845
Octal3511662740612311503110105
Binary11101001111011010111100011000110011100110100001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E976BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E976BC; }

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

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

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

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

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

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

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

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