#EE9F85

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

Shades of Tonys Pink #EE9F85

Tints of Tonys Pink #EE9F85

Color information

#EE9F85 (or 0xEE9F85) is unknown color: approx Tonys Pink. HEX triplet: EE, 9F and 85. RGB value is (238,159,133). Sum of RGB (Red+Green+Blue) = 238+159+133=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9F85 is #11607A. Grayscale: #B3B3B3. Windows color (decimal): -1138811 or 8757230. OLE color: 8757230.

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

Color convert

RGB238159133-
CMYK00.330.440.07
HSL14.86º75.54%72.75%-
HSV(B)14.86º44.12%93.33%-
XYZ51.8944.6728.08-
YUV179.66101.67169.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=44.91%
G=30%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815913300.330.440.0714.8675.5472.75
HexEE9F850212C7f4c49
Octal35623720504154717114111
Binary1110111010011111100001010100001101100111111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9F85; }

 p { color: rgb(238,159,133); }

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

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

 a { background-color: rgb(238,159,133); }

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

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

 span { border-color: rgb(238,159,133); }

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