#EBA171

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

Shades of Hit Pink #EBA171

Tints of Hit Pink #EBA171

Color information

#EBA171 (or 0xEBA171) is unknown color: approx Hit Pink. HEX triplet: EB, A1 and 71. RGB value is (235,161,113). Sum of RGB (Red+Green+Blue) = 235+161+113=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA171 is #145E8E. Grayscale: #B1B1B1. Windows color (decimal): -1334927 or 7447019. OLE color: 7447019.

HSL color Cylindrical-coordinate representation of color #EBA171: hue angle of 23.61º degrees, saturation: 0.75, 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 #EBA171 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235161113-
CMYK00.310.520.08
HSL23.61º75.31%68.24%-
HSV(B)23.61º51.91%92.16%-
XYZ49.9944.3421.55-
YUV177.6591.52168.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=46.17%
G=31.63%
B=22.20%

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
Decimal23516111300.310.520.0823.6175.3168.24
HexEBA17101F348184b44
Octal353241161037641030113104
Binary1110101110100001111000101111111010010001100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA171; }

 p { color: rgb(235,161,113); }

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

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

 a { background-color: rgb(235,161,113); }

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

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

 span { border-color: rgb(235,161,113); }

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