#E97CBB

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

Shades of Persian Pink #E97CBB

Tints of Persian Pink #E97CBB

Color information

#E97CBB (or 0xE97CBB) is unknown color: approx Persian Pink. HEX triplet: E9, 7C and BB. RGB value is (233,124,187). Sum of RGB (Red+Green+Blue) = 233+124+187=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CBB is #168344. Grayscale: #A3A3A3. Windows color (decimal): -1475397 or 12287209. OLE color: 12287209.

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

Color convert

RGB233124187-
CMYK00.470.200.09
HSL325.32º71.24%70%-
HSV(B)325.32º46.78%91.37%-
XYZ49.7835.3351.21-
YUV163.77141.11177.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 124 (48.83% from 255) = 22.79%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=42.83%
G=22.79%
B=34.38%

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
Decimal23312418700.470.200.09325.3271.2470
HexE97CBB02F1491454746
Octal3511742730572411505107106
Binary11101001111110010111011010111110100100110100010110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CBB; }

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

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

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

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

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

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

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

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