#E96690

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

Shades of Deep Blush #E96690

Tints of Deep Blush #E96690

Color information

#E96690 (or 0xE96690) is unknown color: approx Deep Blush. HEX triplet: E9, 66 and 90. RGB value is (233,102,144). Sum of RGB (Red+Green+Blue) = 233+102+144=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E96690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96690 is #16996F. Grayscale: #919191. Windows color (decimal): -1481072 or 9463529. OLE color: 9463529.

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

Color convert

RGB233102144-
CMYK00.560.380.09
HSL340.76º74.86%65.69%-
HSV(B)340.76º56.22%91.37%-
XYZ43.3928.8429.67-
YUV145.96126.9190.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=48.64%
G=21.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310214400.560.380.09340.7674.8665.69
HexE966900382691554b42
Octal3511462200704611525113102
Binary111010011100110100100000111000100110100110101010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96690; }

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

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

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

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

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

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

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

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