#E97CBD

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

Shades of Persian Pink #E97CBD

Tints of Persian Pink #E97CBD

Color information

#E97CBD (or 0xE97CBD) is unknown color: approx Persian Pink. HEX triplet: E9, 7C and BD. RGB value is (233,124,189). Sum of RGB (Red+Green+Blue) = 233+124+189=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CBD is #168342. Grayscale: #A3A3A3. Windows color (decimal): -1475395 or 12418281. OLE color: 12418281.

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

Color convert

RGB233124189-
CMYK00.470.190.09
HSL324.22º71.24%70%-
HSV(B)324.22º46.78%91.37%-
XYZ5035.4152.34-
YUV164142.11177.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 124 (48.83% from 255) = 22.71%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=42.67%
G=22.71%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312418900.470.190.09324.2271.2470
HexE97CBD02F1391444746
Octal3511742750572311504107106
Binary11101001111110010111101010111110011100110100010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CBD; }

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

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

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

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

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

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

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

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