#E96E88

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

Shades of Deep Blush #E96E88

Tints of Deep Blush #E96E88

Color information

#E96E88 (or 0xE96E88) is unknown color: approx Deep Blush. HEX triplet: E9, 6E and 88. RGB value is (233,110,136). Sum of RGB (Red+Green+Blue) = 233+110+136=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E88 is #169177. Grayscale: #959595. Windows color (decimal): -1479032 or 8941289. OLE color: 8941289.

HSL color Cylindrical-coordinate representation of color #E96E88: hue angle of 347.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96E88 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB233110136-
CMYK00.530.420.09
HSL347.32º73.65%67.25%-
HSV(B)347.32º52.79%91.37%-
XYZ43.6230.2526.83-
YUV149.74120.25187.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=48.64%
G=22.96%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311013600.530.420.09347.3273.6567.25
HexE96E880352A915b4a43
Octal3511562100655211533112103
Binary111010011101110100010000110101101010100110101101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E88; }

 p { color: rgb(233,110,136); }

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

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

 a { background-color: rgb(233,110,136); }

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

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

 span { border-color: rgb(233,110,136); }

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