#EE6A8D

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

Shades of Deep Blush #EE6A8D

Tints of Deep Blush #EE6A8D

Color information

#EE6A8D (or 0xEE6A8D) is unknown color: approx Deep Blush. HEX triplet: EE, 6A and 8D. RGB value is (238,106,141). Sum of RGB (Red+Green+Blue) = 238+106+141=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8D is #119572. Grayscale: #959595. Windows color (decimal): -1152371 or 9267950. OLE color: 9267950.

HSL color Cylindrical-coordinate representation of color #EE6A8D: hue angle of 344.09º 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 #EE6A8D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238106141-
CMYK00.550.410.07
HSL344.09º79.52%67.45%-
HSV(B)344.09º55.46%93.33%-
XYZ45.2230.4128.69-
YUV149.46123.23191.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=49.07%
G=21.86%
B=29.07%

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
Decimal23810614100.550.410.07344.0979.5267.45
HexEE6A8D0372971585043
Octal356152215067517530120103
Binary11101110110101010001101011011110100111110101100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A8D; }

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

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

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

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

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

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

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

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