#EE6095

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

Shades of Deep Blush #EE6095

Tints of Deep Blush #EE6095

Color information

#EE6095 (or 0xEE6095) is unknown color: approx Deep Blush. HEX triplet: EE, 60 and 95. RGB value is (238,96,149). Sum of RGB (Red+Green+Blue) = 238+96+149=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6095 is #119F6A. Grayscale: #909090. Windows color (decimal): -1154923 or 9789678. OLE color: 9789678.

HSL color Cylindrical-coordinate representation of color #EE6095: hue angle of 337.61º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6095 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23896149-
CMYK00.600.370.07
HSL337.61º80.68%65.49%-
HSV(B)337.61º59.66%93.33%-
XYZ44.8728.7131.61-
YUV144.5130.54194.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=49.28%
G=19.88%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389614900.600.370.07337.6180.6865.49
HexEE609503C2571525141
Octal356140225074457522121101
Binary11101110110000010010101011110010010111110101001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6095; }

 p { color: rgb(238,96,149); }

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

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

 a { background-color: rgb(238,96,149); }

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

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

 span { border-color: rgb(238,96,149); }

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