#E96D8E

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

Shades of Deep Blush #E96D8E

Tints of Deep Blush #E96D8E

Color information

#E96D8E (or 0xE96D8E) is unknown color: approx Deep Blush. HEX triplet: E9, 6D and 8E. RGB value is (233,109,142). Sum of RGB (Red+Green+Blue) = 233+109+142=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D8E is #169271. Grayscale: #959595. Windows color (decimal): -1479282 or 9334249. OLE color: 9334249.

HSL color Cylindrical-coordinate representation of color #E96D8E: hue angle of 344.03º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96D8E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB233109142-
CMYK00.530.390.09
HSL344.03º73.81%67.06%-
HSV(B)344.03º53.22%91.37%-
XYZ43.9630.2129.11-
YUV149.84123.58187.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=48.14%
G=22.52%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310914200.530.390.09344.0373.8167.06
HexE96D8E0352791584a43
Octal3511552160654711530112103
Binary111010011101101100011100110101100111100110101100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D8E; }

 p { color: rgb(233,109,142); }

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

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

 a { background-color: rgb(233,109,142); }

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

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

 span { border-color: rgb(233,109,142); }

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