#EEA585

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

Shades of Tonys Pink #EEA585

Tints of Tonys Pink #EEA585

Color information

#EEA585 (or 0xEEA585) is unknown color: approx Tonys Pink. HEX triplet: EE, A5 and 85. RGB value is (238,165,133). Sum of RGB (Red+Green+Blue) = 238+165+133=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA585 is #115A7A. Grayscale: #B7B7B7. Windows color (decimal): -1137275 or 8758766. OLE color: 8758766.

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

Color convert

RGB238165133-
CMYK00.310.440.07
HSL18.29º75.54%72.75%-
HSV(B)18.29º44.12%93.33%-
XYZ52.9546.7828.43-
YUV183.1899.68167.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=44.40%
G=30.78%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816513300.310.440.0718.2975.5472.75
HexEEA58501F2C7124c49
Octal35624520503754722114111
Binary1110111010100101100001010111111011001111001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA585; }

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

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

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

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

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

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

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

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