#E0A591

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

Shades of Tonys Pink #E0A591

Tints of Tonys Pink #E0A591

Color information

#E0A591 (or 0xE0A591) is unknown color: approx Tonys Pink. HEX triplet: E0, A5 and 91. RGB value is (224,165,145). Sum of RGB (Red+Green+Blue) = 224+165+145=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A591 is #1F5A6E. Grayscale: #B4B4B4. Windows color (decimal): -2054767 or 9545184. OLE color: 9545184.

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

Color convert

RGB224165145-
CMYK00.260.350.12
HSL15.19º56.03%72.35%-
HSV(B)15.19º35.27%87.84%-
XYZ49.3144.832.84-
YUV180.36108.05159.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=41.95%
G=30.90%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416514500.260.350.1215.1956.0372.35
HexE0A59101A23Cf3848
Octal34024522103243141770110
Binary111000001010010110010001011010100011110011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A591; }

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

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

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

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

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

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

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

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