#EE9E80

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

Shades of Tonys Pink #EE9E80

Tints of Tonys Pink #EE9E80

Color information

#EE9E80 (or 0xEE9E80) is unknown color: approx Tonys Pink. HEX triplet: EE, 9E and 80. RGB value is (238,158,128). Sum of RGB (Red+Green+Blue) = 238+158+128=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9E80 is #11617F. Grayscale: #B2B2B2. Windows color (decimal): -1139072 or 8429294. OLE color: 8429294.

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

Color convert

RGB238158128-
CMYK00.340.460.07
HSL16.36º76.39%71.76%-
HSV(B)16.36º46.22%93.33%-
XYZ51.3844.1926.24-
YUV178.599.5170.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=45.42%
G=30.15%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815812800.340.460.0716.3676.3971.76
HexEE9E800222E7104c48
Octal35623620004256720114110
Binary11101110100111101000000001000101011101111000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9E80; }

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

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

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

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

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

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

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

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