#EAA492

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

Shades of Tonys Pink #EAA492

Tints of Tonys Pink #EAA492

Color information

#EAA492 (or 0xEAA492) is unknown color: approx Tonys Pink. HEX triplet: EA, A4 and 92. RGB value is (234,164,146). Sum of RGB (Red+Green+Blue) = 234+164+146=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA492 is #155B6D. Grayscale: #B7B7B7. Windows color (decimal): -1399662 or 9610474. OLE color: 9610474.

HSL color Cylindrical-coordinate representation of color #EAA492: hue angle of 12.27º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAA492 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234164146-
CMYK00.300.380.08
HSL12.27º67.69%74.51%-
HSV(B)12.27º37.61%91.76%-
XYZ52.446.1233.33-
YUV182.88107.19164.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=43.01%
G=30.15%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416414600.300.380.0812.2767.6974.51
HexEAA49201E268c444b
Octal352244222036461014104113
Binary1110101010100100100100100111101001101000110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA492; }

 p { color: rgb(234,164,146); }

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

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

 a { background-color: rgb(234,164,146); }

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

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

 span { border-color: rgb(234,164,146); }

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