#E97395

Color #E97395 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E97395

Tints of Deep Blush #E97395

Color information

#E97395 (or 0xE97395) is unknown color: approx Deep Blush. HEX triplet: E9, 73 and 95. RGB value is (233,115,149). Sum of RGB (Red+Green+Blue) = 233+115+149=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E97395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97395 is #168C6A. Grayscale: #9A9A9A. Windows color (decimal): -1477739 or 9794537. OLE color: 9794537.

HSL color Cylindrical-coordinate representation of color #E97395: hue angle of 342.71º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97395 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233115149-
CMYK00.510.360.09
HSL342.71º72.84%68.24%-
HSV(B)342.71º50.64%91.37%-
XYZ45.1631.7632.18-
YUV154.16125.09184.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=46.88%
G=23.14%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311514900.510.360.09342.7172.8468.24
HexE973950332491574944
Octal3511632250634411527111104
Binary111010011110011100101010110011100100100110101011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97395; }

 p { color: rgb(233,115,149); }

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

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

 a { background-color: rgb(233,115,149); }

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

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

 span { border-color: rgb(233,115,149); }

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