#EE6D84

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

Shades of Deep Blush #EE6D84

Tints of Deep Blush #EE6D84

Color information

#EE6D84 (or 0xEE6D84) is unknown color: approx Deep Blush. HEX triplet: EE, 6D and 84. RGB value is (238,109,132). Sum of RGB (Red+Green+Blue) = 238+109+132=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6D84 is #11927B. Grayscale: #969696. Windows color (decimal): -1151612 or 8678894. OLE color: 8678894.

HSL color Cylindrical-coordinate representation of color #EE6D84: hue angle of 349.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6D84 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238109132-
CMYK00.540.450.07
HSL349.3º79.14%68.04%-
HSV(B)349.3º54.2%93.33%-
XYZ44.8930.7825.4-
YUV150.19117.74190.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.69%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=49.69%
G=22.76%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810913200.540.450.07349.379.1468.04
HexEE6D840362D715d4f44
Octal356155204066557535117104
Binary11101110110110110000100011011010110111110101110110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D84; }

 p { color: rgb(238,109,132); }

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

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

 a { background-color: rgb(238,109,132); }

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

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

 span { border-color: rgb(238,109,132); }

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