Html Css Color HEX #EC71AB Hot Pink

📋 copy color: '#EC71AB'

red 236 ◦ green 113 ◦ blue 171

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

Shades of Hot Pink #EC71AB

Tints of Hot Pink #EC71AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 45.38%
G = 21.73%
B = 32.88%

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

#EC71AB (or 0xEC71AB) is known color: Hot Pink. HEX triplet: EC, 71 and AB. RGB value is (236,113,171). Sum of RGB (Red+Green+Blue) = 236+113+171=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71AB is #138E54. Grayscale: #9C9C9C. Windows color (decimal): -1281621 or 11235820. OLE color: 11235820.

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

Color convert

RGB 236 113 171 -
CMYK 0 0.52 0.28 0.07
HSL 331.71º 0.76% 0.68% -
HSV(B) 331.71º 0.52% 0.93% -
XYZ 47.85 32.58 42.3 -
YUV 156.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 236 113 171 0 0.52 0.28 0.07 331.71 0.76 0.68
Hex EC 71 AB 0 34 1C 7 14C 4C 44
Octal 354 161 253 0 64 34 7 514 114 104
Binary 11101100 1110001 10101011 0 110100 11100 111 101001100 1001100 1000100

Color Harmonies of #EC71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71AB

Black with #EC71AB

Text Example


Text Example

White with #EC71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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