#E96B8A

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

Shades of Deep Blush #E96B8A

Tints of Deep Blush #E96B8A

Color information

#E96B8A (or 0xE96B8A) is unknown color: approx Deep Blush. HEX triplet: E9, 6B and 8A. RGB value is (233,107,138). Sum of RGB (Red+Green+Blue) = 233+107+138=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96B8A is #169475. Grayscale: #949494. Windows color (decimal): -1479798 or 9071593. OLE color: 9071593.

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

Color convert

RGB233107138-
CMYK00.540.410.09
HSL345.24º74.12%66.67%-
HSV(B)345.24º54.08%91.37%-
XYZ43.4529.6727.48-
YUV148.21122.24188.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.74%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=48.74%
G=22.38%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310713800.540.410.09345.2474.1266.67
HexE96B8A0362991594a43
Octal3511532120665111531112103
Binary111010011101011100010100110110101001100110101100110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96B8A; }

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

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

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

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

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

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

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

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