#E97BBB

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

Shades of Persian Pink #E97BBB

Tints of Persian Pink #E97BBB

Color information

#E97BBB (or 0xE97BBB) is unknown color: approx Persian Pink. HEX triplet: E9, 7B and BB. RGB value is (233,123,187). Sum of RGB (Red+Green+Blue) = 233+123+187=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BBB is #168444. Grayscale: #A3A3A3. Windows color (decimal): -1475653 or 12286953. OLE color: 12286953.

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

Color convert

RGB233123187-
CMYK00.470.200.09
HSL325.09º71.43%69.8%-
HSV(B)325.09º47.21%91.37%-
XYZ49.6635.0851.17-
YUV163.19141.44177.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=42.91%
G=22.65%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312318700.470.200.09325.0971.4369.8
HexE97BBB02F1491454746
Octal3511732730572411505107106
Binary11101001111101110111011010111110100100110100010110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97BBB; }

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

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

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

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

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

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

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

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