#EE9A84

Color #EE9A84 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EE9A84

Tints of Tonys Pink #EE9A84

Color information

#EE9A84 (or 0xEE9A84) is unknown color: approx Tonys Pink. HEX triplet: EE, 9A and 84. RGB value is (238,154,132). Sum of RGB (Red+Green+Blue) = 238+154+132=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A84 is #11657B. Grayscale: #B0B0B0. Windows color (decimal): -1140092 or 8690414. OLE color: 8690414.

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

Color convert

RGB238154132-
CMYK00.350.450.07
HSL12.45º75.71%72.55%-
HSV(B)12.45º44.54%93.33%-
XYZ50.9842.9527.43-
YUV176.61102.83171.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=45.42%
G=29.39%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815413200.350.450.0712.4575.7172.55
HexEE9A840232D7c4c49
Octal35623220404355714114111
Binary1110111010011010100001000100011101101111110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9A84; }

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

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

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

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

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

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

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

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