#E96784

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

Shades of Deep Blush #E96784

Tints of Deep Blush #E96784

Color information

#E96784 (or 0xE96784) is unknown color: approx Deep Blush. HEX triplet: E9, 67 and 84. RGB value is (233,103,132). Sum of RGB (Red+Green+Blue) = 233+103+132=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E96784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96784 is #16987B. Grayscale: #919191. Windows color (decimal): -1480828 or 8677353. OLE color: 8677353.

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

Color convert

RGB233103132-
CMYK00.560.430.09
HSL346.62º74.71%65.88%-
HSV(B)346.62º55.79%91.37%-
XYZ42.6228.6925.12-
YUV145.18120.57190.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=49.79%
G=22.01%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310313200.560.430.09346.6274.7165.88
HexE967840382B915b4b42
Octal3511472040705311533113102
Binary111010011100111100001000111000101011100110101101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96784; }

 p { color: rgb(233,103,132); }

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

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

 a { background-color: rgb(233,103,132); }

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

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

 span { border-color: rgb(233,103,132); }

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