#E29F90

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

Shades of Tonys Pink #E29F90

Tints of Tonys Pink #E29F90

Color information

#E29F90 (or 0xE29F90) is unknown color: approx Tonys Pink. HEX triplet: E2, 9F and 90. RGB value is (226,159,144). Sum of RGB (Red+Green+Blue) = 226+159+144=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29F90 is #1D606F. Grayscale: #B1B1B1. Windows color (decimal): -1925232 or 9478114. OLE color: 9478114.

HSL color Cylindrical-coordinate representation of color #E29F90: hue angle of 10.98º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29F90 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226159144-
CMYK00.300.360.11
HSL10.98º58.57%72.55%-
HSV(B)10.98º36.28%88.63%-
XYZ48.842.9832.11-
YUV177.32109.2162.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=42.72%
G=30.06%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615914400.300.360.1110.9858.5772.55
HexE29F9001E24Bb3b49
Octal34223722003644131373111
Binary111000101001111110010000011110100100101110111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29F90; }

 p { color: rgb(226,159,144); }

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

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

 a { background-color: rgb(226,159,144); }

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

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

 span { border-color: rgb(226,159,144); }

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