#E96E90

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

Shades of Deep Blush #E96E90

Tints of Deep Blush #E96E90

Color information

#E96E90 (or 0xE96E90) is unknown color: approx Deep Blush. HEX triplet: E9, 6E and 90. RGB value is (233,110,144). Sum of RGB (Red+Green+Blue) = 233+110+144=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E90 is #16916F. Grayscale: #969696. Windows color (decimal): -1479024 or 9465577. OLE color: 9465577.

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

Color convert

RGB233110144-
CMYK00.530.380.09
HSL343.41º73.65%67.25%-
HSV(B)343.41º52.79%91.37%-
XYZ44.2130.4929.94-
YUV150.65124.25186.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=47.84%
G=22.59%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311014400.530.380.09343.4173.6567.25
HexE96E900352691574a43
Octal3511562200654611527112103
Binary111010011101110100100000110101100110100110101011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E90; }

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

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

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

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

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

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

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

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