#E4A28D

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

Shades of Tonys Pink #E4A28D

Tints of Tonys Pink #E4A28D

Color information

#E4A28D (or 0xE4A28D) is unknown color: approx Tonys Pink. HEX triplet: E4, A2 and 8D. RGB value is (228,162,141). Sum of RGB (Red+Green+Blue) = 228+162+141=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A28D is #1B5D72. Grayscale: #B3B3B3. Windows color (decimal): -1793395 or 9282276. OLE color: 9282276.

HSL color Cylindrical-coordinate representation of color #E4A28D: hue angle of 14.48º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E4A28D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB228162141-
CMYK00.290.380.11
HSL14.48º61.7%72.35%-
HSV(B)14.48º38.16%89.41%-
XYZ49.7244.2631.12-
YUV179.34106.37162.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.94%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=42.94%
G=30.51%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816214100.290.380.1114.4861.772.35
HexE4A28D01D26Be3e48
Octal34424221503546131676110
Binary111001001010001010001101011101100110101111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A28D; }

 p { color: rgb(228,162,141); }

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

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

 a { background-color: rgb(228,162,141); }

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

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

 span { border-color: rgb(228,162,141); }

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