#E96990

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

Shades of Deep Blush #E96990

Tints of Deep Blush #E96990

Color information

#E96990 (or 0xE96990) is unknown color: approx Deep Blush. HEX triplet: E9, 69 and 90. RGB value is (233,105,144). Sum of RGB (Red+Green+Blue) = 233+105+144=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E96990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96990 is #16966F. Grayscale: #939393. Windows color (decimal): -1480304 or 9464297. OLE color: 9464297.

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

Color convert

RGB233105144-
CMYK00.550.380.09
HSL341.72º74.42%66.27%-
HSV(B)341.72º54.94%91.37%-
XYZ43.6929.4429.77-
YUV147.72125.91188.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=48.34%
G=21.78%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310514400.550.380.09341.7274.4266.27
HexE969900372691564a42
Octal3511512200674611526112102
Binary111010011101001100100000110111100110100110101011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96990; }

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

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

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

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

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

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

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

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