#EE9D82

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

Shades of Tonys Pink #EE9D82

Tints of Tonys Pink #EE9D82

Color information

#EE9D82 (or 0xEE9D82) is unknown color: approx Tonys Pink. HEX triplet: EE, 9D and 82. RGB value is (238,157,130). Sum of RGB (Red+Green+Blue) = 238+157+130=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9D82 is #11627D. Grayscale: #B2B2B2. Windows color (decimal): -1139326 or 8560110. OLE color: 8560110.

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

Color convert

RGB238157130-
CMYK00.340.450.07
HSL15º76.06%72.16%-
HSV(B)15º45.38%93.33%-
XYZ51.3543.926.89-
YUV178.14100.84170.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=45.33%
G=29.90%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815713000.340.450.071576.0672.16
HexEE9D820222D7f4c48
Octal35623520204255717114110
Binary1110111010011101100000100100010101101111111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D82; }

 p { color: rgb(238,157,130); }

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

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

 a { background-color: rgb(238,157,130); }

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

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

 span { border-color: rgb(238,157,130); }

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