#E96590

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

Shades of Deep Blush #E96590

Tints of Deep Blush #E96590

Color information

#E96590 (or 0xE96590) is unknown color: approx Deep Blush. HEX triplet: E9, 65 and 90. RGB value is (233,101,144). Sum of RGB (Red+Green+Blue) = 233+101+144=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E96590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96590 is #169A6F. Grayscale: #919191. Windows color (decimal): -1481328 or 9463273. OLE color: 9463273.

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

Color convert

RGB233101144-
CMYK00.570.380.09
HSL340.45º75%65.49%-
HSV(B)340.45º56.65%91.37%-
XYZ43.2928.6429.63-
YUV145.37127.23190.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=48.74%
G=21.13%
B=30.13%

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
Decimal23310114400.570.380.09340.457565.49
HexE965900392691544b41
Octal3511452200714611524113101
Binary111010011100101100100000111001100110100110101010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96590; }

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

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

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

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

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

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

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

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