#EE6991

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

Shades of Deep Blush #EE6991

Tints of Deep Blush #EE6991

Color information

#EE6991 (or 0xEE6991) is unknown color: approx Deep Blush. HEX triplet: EE, 69 and 91. RGB value is (238,105,145). Sum of RGB (Red+Green+Blue) = 238+105+145=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6991 is #11966E. Grayscale: #959595. Windows color (decimal): -1152623 or 9529838. OLE color: 9529838.

HSL color Cylindrical-coordinate representation of color #EE6991: hue angle of 341.95º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6991 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB238105145-
CMYK00.560.390.07
HSL341.95º79.64%67.25%-
HSV(B)341.95º55.88%93.33%-
XYZ45.4230.3230.25-
YUV149.33125.56191.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.77%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=48.77%
G=21.52%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810514500.560.390.07341.9579.6467.25
HexEE69910382771565043
Octal356151221070477526120103
Binary11101110110100110010001011100010011111110101011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6991; }

 p { color: rgb(238,105,145); }

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

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

 a { background-color: rgb(238,105,145); }

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

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

 span { border-color: rgb(238,105,145); }

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