#E29485

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

Shades of Tonys Pink #E29485

Tints of Tonys Pink #E29485

Color information

#E29485 (or 0xE29485) is unknown color: approx Tonys Pink. HEX triplet: E2, 94 and 85. RGB value is (226,148,133). Sum of RGB (Red+Green+Blue) = 226+148+133=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29485 is #1D6B7A. Grayscale: #A9A9A9. Windows color (decimal): -1928059 or 8754402. OLE color: 8754402.

HSL color Cylindrical-coordinate representation of color #E29485: hue angle of 9.68º 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 #E29485 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB226148133-
CMYK00.350.410.11
HSL9.68º61.59%70.39%-
HSV(B)9.68º41.15%88.63%-
XYZ46.1939.0427.29-
YUV169.61107.34168.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=44.58%
G=29.19%
B=26.23%

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
Decimal22614813300.350.410.119.6861.5970.39
HexE2948502329Ba3e46
Octal34222420504351131276106
Binary1110001010010100100001010100011101001101110101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29485; }

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

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

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

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

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

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

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

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