#E8A294

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

Shades of Tonys Pink #E8A294

Tints of Tonys Pink #E8A294

Color information

#E8A294 (or 0xE8A294) is unknown color: approx Tonys Pink. HEX triplet: E8, A2 and 94. RGB value is (232,162,148). Sum of RGB (Red+Green+Blue) = 232+162+148=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A294 is #175D6B. Grayscale: #B5B5B5. Windows color (decimal): -1531244 or 9741032. OLE color: 9741032.

HSL color Cylindrical-coordinate representation of color #E8A294: hue angle of 10º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8A294 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB232162148-
CMYK00.300.360.09
HSL10º64.62%74.51%-
HSV(B)10º36.21%90.98%-
XYZ51.5445.1334.01-
YUV181.33109.19164.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=42.80%
G=29.89%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216214800.300.360.091064.6274.51
HexE8A29401E249a414b
Octal350242224036441112101113
Binary1110100010100010100101000111101001001001101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A294; }

 p { color: rgb(232,162,148); }

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

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

 a { background-color: rgb(232,162,148); }

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

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

 span { border-color: rgb(232,162,148); }

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