#E97094

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

Shades of Deep Blush #E97094

Tints of Deep Blush #E97094

Color information

#E97094 (or 0xE97094) is unknown color: approx Deep Blush. HEX triplet: E9, 70 and 94. RGB value is (233,112,148). Sum of RGB (Red+Green+Blue) = 233+112+148=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E97094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97094 is #168F6B. Grayscale: #989898. Windows color (decimal): -1478508 or 9728233. OLE color: 9728233.

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

Color convert

RGB233112148-
CMYK00.520.360.09
HSL342.15º73.33%67.65%-
HSV(B)342.15º51.93%91.37%-
XYZ44.7431.0531.65-
YUV152.28125.59185.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=47.26%
G=22.72%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311214800.520.360.09342.1573.3367.65
HexE970940342491564944
Octal3511602240644411526111104
Binary111010011110000100101000110100100100100110101011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97094; }

 p { color: rgb(233,112,148); }

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

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

 a { background-color: rgb(233,112,148); }

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

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

 span { border-color: rgb(233,112,148); }

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