#E4A590

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

Shades of Tonys Pink #E4A590

Tints of Tonys Pink #E4A590

Color information

#E4A590 (or 0xE4A590) is unknown color: approx Tonys Pink. HEX triplet: E4, A5 and 90. RGB value is (228,165,144). Sum of RGB (Red+Green+Blue) = 228+165+144=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A590 is #1B5A6F. Grayscale: #B5B5B5. Windows color (decimal): -1792624 or 9479652. OLE color: 9479652.

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

Color convert

RGB228165144-
CMYK00.280.370.11
HSL15º60.87%72.94%-
HSV(B)15º36.84%89.41%-
XYZ50.4845.4232.49-
YUV181.44106.87161.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=42.46%
G=30.73%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816514400.280.370.111560.8772.94
HexE4A59001C25Bf3d49
Octal34424522003445131775111
Binary111001001010010110010000011100100101101111111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A590; }

 p { color: rgb(228,165,144); }

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

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

 a { background-color: rgb(228,165,144); }

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

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

 span { border-color: rgb(228,165,144); }

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