#EAA093

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

Shades of Tonys Pink #EAA093

Tints of Tonys Pink #EAA093

Color information

#EAA093 (or 0xEAA093) is unknown color: approx Tonys Pink. HEX triplet: EA, A0 and 93. RGB value is (234,160,147). Sum of RGB (Red+Green+Blue) = 234+160+147=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA093 is #155F6C. Grayscale: #B4B4B4. Windows color (decimal): -1400685 or 9674986. OLE color: 9674986.

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

Color convert

RGB234160147-
CMYK00.320.370.08
HSL8.97º67.44%74.71%-
HSV(B)8.97º37.18%91.76%-
XYZ51.7744.7433.51-
YUV180.64109.02166.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 147 (57.81% from 255) = 27.17%
R=43.25%
G=29.57%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416014700.320.370.088.9767.4474.71
HexEAA0930202589434b
Octal352240223040451011103113
Binary11101010101000001001001101000001001011000100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA093; }

 p { color: rgb(234,160,147); }

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

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

 a { background-color: rgb(234,160,147); }

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

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

 span { border-color: rgb(234,160,147); }

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