#EAA183

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

Shades of Tonys Pink #EAA183

Tints of Tonys Pink #EAA183

Color information

#EAA183 (or 0xEAA183) is unknown color: approx Tonys Pink. HEX triplet: EA, A1 and 83. RGB value is (234,161,131). Sum of RGB (Red+Green+Blue) = 234+161+131=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA183 is #155E7C. Grayscale: #B3B3B3. Windows color (decimal): -1400445 or 8626666. OLE color: 8626666.

HSL color Cylindrical-coordinate representation of color #EAA183: hue angle of 17.48º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAA183 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234161131-
CMYK00.310.440.08
HSL17.48º71.03%71.57%-
HSV(B)17.48º44.02%91.76%-
XYZ50.7744.6227.41-
YUV179.41100.68166.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=44.49%
G=30.61%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416113100.310.440.0817.4871.0371.57
HexEAA18301F2C8114748
Octal352241203037541021107110
Binary11101010101000011000001101111110110010001000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA183; }

 p { color: rgb(234,161,131); }

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

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

 a { background-color: rgb(234,161,131); }

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

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

 span { border-color: rgb(234,161,131); }

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