#E97292

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

Shades of Deep Blush #E97292

Tints of Deep Blush #E97292

Color information

#E97292 (or 0xE97292) is unknown color: approx Deep Blush. HEX triplet: E9, 72 and 92. RGB value is (233,114,146). Sum of RGB (Red+Green+Blue) = 233+114+146=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E97292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97292 is #168D6D. Grayscale: #999999. Windows color (decimal): -1477998 or 9597673. OLE color: 9597673.

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

Color convert

RGB233114146-
CMYK00.510.370.09
HSL343.87º73.01%68.04%-
HSV(B)343.87º51.07%91.37%-
XYZ44.8131.4330.9-
YUV153.23123.92184.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=47.26%
G=23.12%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311414600.510.370.09343.8773.0168.04
HexE972920332591584944
Octal3511622220634511530111104
Binary111010011110010100100100110011100101100110101100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97292; }

 p { color: rgb(233,114,146); }

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

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

 a { background-color: rgb(233,114,146); }

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

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

 span { border-color: rgb(233,114,146); }

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