#E0A191

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

Shades of Tonys Pink #E0A191

Tints of Tonys Pink #E0A191

Color information

#E0A191 (or 0xE0A191) is unknown color: approx Tonys Pink. HEX triplet: E0, A1 and 91. RGB value is (224,161,145). Sum of RGB (Red+Green+Blue) = 224+161+145=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A191 is #1F5E6E. Grayscale: #B2B2B2. Windows color (decimal): -2055791 or 9544160. OLE color: 9544160.

HSL color Cylindrical-coordinate representation of color #E0A191: hue angle of 12.15º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A191 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224161145-
CMYK00.280.350.12
HSL12.15º56.03%72.35%-
HSV(B)12.15º35.27%87.84%-
XYZ48.643.3832.6-
YUV178.01109.37160.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=42.26%
G=30.38%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416114500.280.350.1212.1556.0372.35
HexE0A19101C23Cc3848
Octal34024122103443141470110
Binary111000001010000110010001011100100011110011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A191; }

 p { color: rgb(224,161,145); }

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

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

 a { background-color: rgb(224,161,145); }

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

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

 span { border-color: rgb(224,161,145); }

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