#E96C81

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

Shades of Deep Blush #E96C81

Tints of Deep Blush #E96C81

Color information

#E96C81 (or 0xE96C81) is unknown color: approx Deep Blush. HEX triplet: E9, 6C and 81. RGB value is (233,108,129). Sum of RGB (Red+Green+Blue) = 233+108+129=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C81 is #16937E. Grayscale: #939393. Windows color (decimal): -1479551 or 8482025. OLE color: 8482025.

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

Color convert

RGB233108129-
CMYK00.540.450.09
HSL349.92º73.96%66.86%-
HSV(B)349.92º53.65%91.37%-
XYZ42.9329.6324.23-
YUV147.77117.41188.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.57%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=49.57%
G=22.98%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310812900.540.450.09349.9273.9666.86
HexE96C810362D915e4a43
Octal3511542010665511536112103
Binary111010011101100100000010110110101101100110101111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C81; }

 p { color: rgb(233,108,129); }

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

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

 a { background-color: rgb(233,108,129); }

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

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

 span { border-color: rgb(233,108,129); }

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