Html Css Color HEX #EC71A8 Hot Pink

📋 copy color: '#EC71A8'

red 236 ◦ green 113 ◦ blue 168

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

Shades of Hot Pink #EC71A8

Tints of Hot Pink #EC71A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 45.65%
G = 21.86%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC71A8 (or 0xEC71A8) is known color: Hot Pink. HEX triplet: EC, 71 and A8. RGB value is (236,113,168). Sum of RGB (Red+Green+Blue) = 236+113+168=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A8 is #138E57. Grayscale: #9B9B9B. Windows color (decimal): -1281624 or 11039212. OLE color: 11039212.

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

Color convert

RGB 236 113 168 -
CMYK 0 0.52 0.29 0.07
HSL 333.17º 0.76% 0.68% -
HSV(B) 333.17º 0.52% 0.93% -
XYZ 47.57 32.47 40.81 -
YUV 156.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 236 113 168 0 0.52 0.29 0.07 333.17 0.76 0.68
Hex EC 71 A8 0 34 1D 7 14D 4C 44
Octal 354 161 250 0 64 35 7 515 114 104
Binary 11101100 1110001 10101000 0 110100 11101 111 101001101 1001100 1000100

Color Harmonies of #EC71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71A8

Black with #EC71A8

Text Example


Text Example

White with #EC71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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