#EE6A8C

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

Shades of Deep Blush #EE6A8C

Tints of Deep Blush #EE6A8C

Color information

#EE6A8C (or 0xEE6A8C) is unknown color: approx Deep Blush. HEX triplet: EE, 6A and 8C. RGB value is (238,106,140). Sum of RGB (Red+Green+Blue) = 238+106+140=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8C is #119573. Grayscale: #959595. Windows color (decimal): -1152372 or 9202414. OLE color: 9202414.

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

Color convert

RGB238106140-
CMYK00.550.410.07
HSL344.55º79.52%67.45%-
HSV(B)344.55º55.46%93.33%-
XYZ45.1530.3828.3-
YUV149.34122.73191.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.17%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=49.17%
G=21.90%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810614000.550.410.07344.5579.5267.45
HexEE6A8C0372971595043
Octal356152214067517531120103
Binary11101110110101010001100011011110100111110101100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A8C; }

 p { color: rgb(238,106,140); }

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

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

 a { background-color: rgb(238,106,140); }

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

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

 span { border-color: rgb(238,106,140); }

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