Html Css Color HEX #ECA070 Hit Pink

📋 copy color: '#ECA070'

red 236 ◦ green 160 ◦ blue 112

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

Shades of Hit Pink #ECA070

Tints of Hit Pink #ECA070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 46.46%
G = 31.5%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECA070 (or 0xECA070) is known color: Hit Pink. HEX triplet: EC, A0 and 70. RGB value is (236,160,112). Sum of RGB (Red+Green+Blue) = 236+160+112=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA070 is #135F8F. Grayscale: #B1B1B1. Windows color (decimal): -1269648 or 7381228. OLE color: 7381228.

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

Color convert

RGB 236 160 112 -
CMYK 0 0.32 0.53 0.07
HSL 23.23º 0.77% 0.68% -
HSV(B) 23.23º 0.53% 0.93% -
XYZ 50.09 44.14 21.21 -
YUV 177.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 236 160 112 0 0.32 0.53 0.07 23.23 0.77 0.68
Hex EC A0 70 0 20 35 7 17 4D 44
Octal 354 240 160 0 40 65 7 27 115 104
Binary 11101100 10100000 1110000 0 100000 110101 111 10111 1001101 1000100

Color Harmonies of #ECA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA070

Black with #ECA070

Text Example


Text Example

White with #ECA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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