#E97CBE

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

Shades of Persian Pink #E97CBE

Tints of Persian Pink #E97CBE

Color information

#E97CBE (or 0xE97CBE) is unknown color: approx Persian Pink. HEX triplet: E9, 7C and BE. RGB value is (233,124,190). Sum of RGB (Red+Green+Blue) = 233+124+190=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CBE is #168341. Grayscale: #A3A3A3. Windows color (decimal): -1475394 or 12483817. OLE color: 12483817.

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

Color convert

RGB233124190-
CMYK00.470.180.09
HSL323.67º71.24%70%-
HSV(B)323.67º46.78%91.37%-
XYZ50.1135.4652.92-
YUV164.11142.61177.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.60%
GREEN value IS 124 (48.83% from 255) = 22.67%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=42.60%
G=22.67%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312419000.470.180.09323.6771.2470
HexE97CBE02F1291444746
Octal3511742760572211504107106
Binary11101001111110010111110010111110010100110100010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97CBE; }

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

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

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

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

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

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

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

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