#E29585

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

Shades of Tonys Pink #E29585

Tints of Tonys Pink #E29585

Color information

#E29585 (or 0xE29585) is unknown color: approx Tonys Pink. HEX triplet: E2, 95 and 85. RGB value is (226,149,133). Sum of RGB (Red+Green+Blue) = 226+149+133=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29585 is #1D6A7A. Grayscale: #AAAAAA. Windows color (decimal): -1927803 or 8754658. OLE color: 8754658.

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

Color convert

RGB226149133-
CMYK00.340.410.11
HSL10.32º61.59%70.39%-
HSV(B)10.32º41.15%88.63%-
XYZ46.3539.3627.34-
YUV170.2107.01167.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=44.49%
G=29.33%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614913300.340.410.1110.3261.5970.39
HexE2958502229Ba3e46
Octal34222520504251131276106
Binary1110001010010101100001010100010101001101110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29585; }

 p { color: rgb(226,149,133); }

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

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

 a { background-color: rgb(226,149,133); }

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

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

 span { border-color: rgb(226,149,133); }

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