#E96C86

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

Shades of Deep Blush #E96C86

Tints of Deep Blush #E96C86

Color information

#E96C86 (or 0xE96C86) is unknown color: approx Deep Blush. HEX triplet: E9, 6C and 86. RGB value is (233,108,134). Sum of RGB (Red+Green+Blue) = 233+108+134=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C86 is #169379. Grayscale: #949494. Windows color (decimal): -1479546 or 8809705. OLE color: 8809705.

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

Color convert

RGB233108134-
CMYK00.540.420.09
HSL347.52º73.96%66.86%-
HSV(B)347.52º53.65%91.37%-
XYZ43.2729.7726.02-
YUV148.34119.91188.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 134 (52.73% from 255) = 28.21%
R=49.05%
G=22.74%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310813400.540.420.09347.5273.9666.86
HexE96C860362A915c4a43
Octal3511542060665211534112103
Binary111010011101100100001100110110101010100110101110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C86; }

 p { color: rgb(233,108,134); }

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

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

 a { background-color: rgb(233,108,134); }

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

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

 span { border-color: rgb(233,108,134); }

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