#E97BB6

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

Shades of Persian Pink #E97BB6

Tints of Persian Pink #E97BB6

Color information

#E97BB6 (or 0xE97BB6) is unknown color: approx Persian Pink. HEX triplet: E9, 7B and B6. RGB value is (233,123,182). Sum of RGB (Red+Green+Blue) = 233+123+182=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BB6 is #168449. Grayscale: #A2A2A2. Windows color (decimal): -1475658 or 11959273. OLE color: 11959273.

HSL color Cylindrical-coordinate representation of color #E97BB6: hue angle of 327.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97BB6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233123182-
CMYK00.470.220.09
HSL327.82º71.43%69.8%-
HSV(B)327.82º47.21%91.37%-
XYZ49.1334.8748.4-
YUV162.62138.94178.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.31%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=43.31%
G=22.86%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312318200.470.220.09327.8271.4369.8
HexE97BB602F1691484746
Octal3511732660572611510107106
Binary11101001111101110110110010111110110100110100100010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97BB6; }

 p { color: rgb(233,123,182); }

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

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

 a { background-color: rgb(233,123,182); }

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

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

 span { border-color: rgb(233,123,182); }

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