#E97293

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

Shades of Deep Blush #E97293

Tints of Deep Blush #E97293

Color information

#E97293 (or 0xE97293) is unknown color: approx Deep Blush. HEX triplet: E9, 72 and 93. RGB value is (233,114,147). Sum of RGB (Red+Green+Blue) = 233+114+147=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E97293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97293 is #168D6C. Grayscale: #999999. Windows color (decimal): -1477997 or 9663209. OLE color: 9663209.

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

Color convert

RGB233114147-
CMYK00.510.370.09
HSL343.36º73.01%68.04%-
HSV(B)343.36º51.07%91.37%-
XYZ44.8931.4631.31-
YUV153.34124.42184.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=47.17%
G=23.08%
B=29.76%

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
Decimal23311414700.510.370.09343.3673.0168.04
HexE972930332591574944
Octal3511622230634511527111104
Binary111010011110010100100110110011100101100110101011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97293; }

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

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

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

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

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

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

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

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