#E96C91

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

Shades of Deep Blush #E96C91

Tints of Deep Blush #E96C91

Color information

#E96C91 (or 0xE96C91) is unknown color: approx Deep Blush. HEX triplet: E9, 6C and 91. RGB value is (233,108,145). Sum of RGB (Red+Green+Blue) = 233+108+145=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C91 is #16936E. Grayscale: #959595. Windows color (decimal): -1479535 or 9530601. OLE color: 9530601.

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

Color convert

RGB233108145-
CMYK00.540.380.09
HSL342.24º73.96%66.86%-
HSV(B)342.24º53.65%91.37%-
XYZ44.0830.0930.27-
YUV149.59125.41187.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=47.94%
G=22.22%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310814500.540.380.09342.2473.9666.86
HexE96C910362691564a43
Octal3511542210664611526112103
Binary111010011101100100100010110110100110100110101011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C91; }

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

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

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

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

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

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

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

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