#E39485

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

Shades of Tonys Pink #E39485

Tints of Tonys Pink #E39485

Color information

#E39485 (or 0xE39485) is unknown color: approx Tonys Pink. HEX triplet: E3, 94 and 85. RGB value is (227,148,133). Sum of RGB (Red+Green+Blue) = 227+148+133=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E39485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39485 is #1C6B7A. Grayscale: #AAAAAA. Windows color (decimal): -1862523 or 8754403. OLE color: 8754403.

HSL color Cylindrical-coordinate representation of color #E39485: hue angle of 9.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E39485 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227148133-
CMYK00.350.410.11
HSL9.57º62.67%70.59%-
HSV(B)9.57º41.41%89.02%-
XYZ46.539.227.31-
YUV169.91107.17168.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.69%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=44.69%
G=29.13%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714813300.350.410.119.5762.6770.59
HexE3948502329Ba3f47
Octal34322420504351131277107
Binary1110001110010100100001010100011101001101110101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39485; }

 p { color: rgb(227,148,133); }

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

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

 a { background-color: rgb(227,148,133); }

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

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

 span { border-color: rgb(227,148,133); }

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