Html Css Color HEX #ECA071 Hit Pink

📋 copy color: '#ECA071'

red 236 ◦ green 160 ◦ blue 113

#ECA071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #ECA071

Tints of Hit Pink #ECA071

RGB

 RED value IS 236 (92.58% from 255) = 46.37%

 GREEN value IS 160 (62.89% from 255) = 31.43%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 46.37%
G = 31.43%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECA071 (or 0xECA071) is known color: Hit Pink. HEX triplet: EC, A0 and 71. RGB value is (236,160,113). Sum of RGB (Red+Green+Blue) = 236+160+113=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA071 is #135F8E. Grayscale: #B1B1B1. Windows color (decimal): -1269647 or 7446764. OLE color: 7446764.

HSL color Cylindrical-coordinate representation of color #ECA071: hue angle of 22.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECA071 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 113 -
CMYK 0 0.32 0.52 0.07
HSL 22.93º 0.76% 0.68% -
HSV(B) 22.93º 0.52% 0.93% -
XYZ 50.14 44.17 21.5 -
YUV 177.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 236 160 113 0 0.32 0.52 0.07 22.93 0.76 0.68
Hex EC A0 71 0 20 34 7 17 4C 44
Octal 354 240 161 0 40 64 7 27 114 104
Binary 11101100 10100000 1110001 0 100000 110100 111 10111 1001100 1000100

Color Harmonies of #ECA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA071

Black with #ECA071

Text Example


Text Example

White with #ECA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA071; }

 p { color: rgb(236,160,113); }

 H1.HeaderClassName
 {
   color: #ECA071;
 }
 .AnyTagClassName
 {
   color: #ECA071;
 }
</style>

background-color css

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

 a { background-color: rgb(236,160,113); }

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

border-color css

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

 span { border-color: rgb(236,160,113); }

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