#E96490

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

Shades of Deep Blush #E96490

Tints of Deep Blush #E96490

Color information

#E96490 (or 0xE96490) is unknown color: approx Deep Blush. HEX triplet: E9, 64 and 90. RGB value is (233,100,144). Sum of RGB (Red+Green+Blue) = 233+100+144=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E96490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96490 is #169B6F. Grayscale: #909090. Windows color (decimal): -1481584 or 9463017. OLE color: 9463017.

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

Color convert

RGB233100144-
CMYK00.570.380.09
HSL340.15º75.14%65.29%-
HSV(B)340.15º57.08%91.37%-
XYZ43.228.4529.6-
YUV144.78127.56190.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=48.85%
G=20.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310014400.570.380.09340.1575.1465.29
HexE964900392691544b41
Octal3511442200714611524113101
Binary111010011100100100100000111001100110100110101010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96490; }

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

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

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

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

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

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

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

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