#E96789

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

Shades of Deep Blush #E96789

Tints of Deep Blush #E96789

Color information

#E96789 (or 0xE96789) is unknown color: approx Deep Blush. HEX triplet: E9, 67 and 89. RGB value is (233,103,137). Sum of RGB (Red+Green+Blue) = 233+103+137=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E96789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96789 is #169876. Grayscale: #919191. Windows color (decimal): -1480823 or 9005033. OLE color: 9005033.

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

Color convert

RGB233103137-
CMYK00.560.410.09
HSL344.31º74.71%65.88%-
HSV(B)344.31º55.79%91.37%-
XYZ42.9728.8326.97-
YUV145.75123.07190.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=49.26%
G=21.78%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310313700.560.410.09344.3174.7165.88
HexE967890382991584b42
Octal3511472110705111530113102
Binary111010011100111100010010111000101001100110101100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96789; }

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

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

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

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

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

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

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

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