#E96390

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

Shades of Deep Blush #E96390

Tints of Deep Blush #E96390

Color information

#E96390 (or 0xE96390) is unknown color: approx Deep Blush. HEX triplet: E9, 63 and 90. RGB value is (233,99,144). Sum of RGB (Red+Green+Blue) = 233+99+144=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E96390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96390 is #169C6F. Grayscale: #909090. Windows color (decimal): -1481840 or 9462761. OLE color: 9462761.

HSL color Cylindrical-coordinate representation of color #E96390: hue angle of 339.85º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96390 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB23399144-
CMYK00.580.380.09
HSL339.85º75.28%65.1%-
HSV(B)339.85º57.51%91.37%-
XYZ43.128.2629.57-
YUV144.2127.89191.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=48.95%
G=20.80%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339914400.580.380.09339.8575.2865.1
HexE9639003A2691544b41
Octal3511432200724611524113101
Binary111010011100011100100000111010100110100110101010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96390; }

 p { color: rgb(233,99,144); }

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

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

 a { background-color: rgb(233,99,144); }

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

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

 span { border-color: rgb(233,99,144); }

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