#E4A192

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

Shades of Tonys Pink #E4A192

Tints of Tonys Pink #E4A192

Color information

#E4A192 (or 0xE4A192) is unknown color: approx Tonys Pink. HEX triplet: E4, A1 and 92. RGB value is (228,161,146). Sum of RGB (Red+Green+Blue) = 228+161+146=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A192 is #1B5E6D. Grayscale: #B3B3B3. Windows color (decimal): -1793646 or 9609700. OLE color: 9609700.

HSL color Cylindrical-coordinate representation of color #E4A192: hue angle of 10.98º degrees, saturation: 0.6, 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 #E4A192 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB228161146-
CMYK00.290.360.11
HSL10.98º60.29%73.33%-
HSV(B)10.98º35.96%89.41%-
XYZ49.9344.0633.07-
YUV179.32109.2162.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=42.62%
G=30.09%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22816114600.290.360.1110.9860.2973.33
HexE4A19201D24Bb3c49
Octal34424122203544131374111
Binary111001001010000110010010011101100100101110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A192; }

 p { color: rgb(228,161,146); }

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

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

 a { background-color: rgb(228,161,146); }

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

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

 span { border-color: rgb(228,161,146); }

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