#EAA170

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

Shades of Hit Pink #EAA170

Tints of Hit Pink #EAA170

Color information

#EAA170 (or 0xEAA170) is unknown color: approx Hit Pink. HEX triplet: EA, A1 and 70. RGB value is (234,161,112). Sum of RGB (Red+Green+Blue) = 234+161+112=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA170 is #155E8F. Grayscale: #B1B1B1. Windows color (decimal): -1400464 or 7381482. OLE color: 7381482.

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

Color convert

RGB234161112-
CMYK00.310.520.08
HSL24.1º74.39%67.84%-
HSV(B)24.1º52.14%91.76%-
XYZ49.644.1521.24-
YUV177.2491.18168.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=46.15%
G=31.76%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416111200.310.520.0824.174.3967.84
HexEAA17001F348184a44
Octal352241160037641030112104
Binary1110101010100001111000001111111010010001100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA170; }

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

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

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

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

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

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

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

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