Html Css Color HEX #EC71AA Hot Pink

📋 copy color: '#EC71AA'

red 236 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #EC71AA

Tints of Hot Pink #EC71AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.77%

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 45.47%
G = 21.77%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC71AA (or 0xEC71AA) is known color: Hot Pink. HEX triplet: EC, 71 and AA. RGB value is (236,113,170). Sum of RGB (Red+Green+Blue) = 236+113+170=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71AA is #138E55. Grayscale: #9C9C9C. Windows color (decimal): -1281622 or 11170284. OLE color: 11170284.

HSL color Cylindrical-coordinate representation of color #EC71AA: hue angle of 332.2º 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 #EC71AA is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 170 -
CMYK 0 0.52 0.28 0.07
HSL 332.2º 0.76% 0.68% -
HSV(B) 332.2º 0.52% 0.93% -
XYZ 47.75 32.55 41.8 -
YUV 156.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 236 113 170 0 0.52 0.28 0.07 332.2 0.76 0.68
Hex EC 71 AA 0 34 1C 7 14C 4C 44
Octal 354 161 252 0 64 34 7 514 114 104
Binary 11101100 1110001 10101010 0 110100 11100 111 101001100 1001100 1000100

Color Harmonies of #EC71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71AA

Black with #EC71AA

Text Example


Text Example

White with #EC71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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