#EEA080

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

Shades of Tonys Pink #EEA080

Tints of Tonys Pink #EEA080

Color information

#EEA080 (or 0xEEA080) is unknown color: approx Tonys Pink. HEX triplet: EE, A0 and 80. RGB value is (238,160,128). Sum of RGB (Red+Green+Blue) = 238+160+128=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA080 is #115F7F. Grayscale: #B3B3B3. Windows color (decimal): -1138560 or 8429806. OLE color: 8429806.

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

Color convert

RGB238160128-
CMYK00.330.460.07
HSL17.45º76.39%71.76%-
HSV(B)17.45º46.22%93.33%-
XYZ51.7344.8826.36-
YUV179.6798.84169.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.25%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=45.25%
G=30.42%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816012800.330.460.0717.4576.3971.76
HexEEA0800212E7114c48
Octal35624020004156721114110
Binary11101110101000001000000001000011011101111000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA080; }

 p { color: rgb(238,160,128); }

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

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

 a { background-color: rgb(238,160,128); }

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

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

 span { border-color: rgb(238,160,128); }

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