#E96D8A

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

Shades of Deep Blush #E96D8A

Tints of Deep Blush #E96D8A

Color information

#E96D8A (or 0xE96D8A) is unknown color: approx Deep Blush. HEX triplet: E9, 6D and 8A. RGB value is (233,109,138). Sum of RGB (Red+Green+Blue) = 233+109+138=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D8A is #169275. Grayscale: #959595. Windows color (decimal): -1479286 or 9072105. OLE color: 9072105.

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

Color convert

RGB233109138-
CMYK00.530.410.09
HSL345.97º73.81%67.06%-
HSV(B)345.97º53.22%91.37%-
XYZ43.6630.127.55-
YUV149.38121.58187.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.54%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=48.54%
G=22.71%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310913800.530.410.09345.9773.8167.06
HexE96D8A03529915a4a43
Octal3511552120655111532112103
Binary111010011101101100010100110101101001100110101101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D8A; }

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

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

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

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

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

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

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

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