Html Css Color HEX #EC72AD Hot Pink

📋 copy color: '#EC72AD'

red 236 ◦ green 114 ◦ blue 173

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

Shades of Hot Pink #EC72AD

Tints of Hot Pink #EC72AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.8%

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 45.12%
G = 21.8%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC72AD (or 0xEC72AD) is known color: Hot Pink. HEX triplet: EC, 72 and AD. RGB value is (236,114,173). Sum of RGB (Red+Green+Blue) = 236+114+173=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72AD is #138D52. Grayscale: #9D9D9D. Windows color (decimal): -1281363 or 11367148. OLE color: 11367148.

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

Color convert

RGB 236 114 173 -
CMYK 0 0.52 0.27 0.07
HSL 330.98º 0.76% 0.69% -
HSV(B) 330.98º 0.52% 0.93% -
XYZ 48.15 32.88 43.34 -
YUV 157.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 236 114 173 0 0.52 0.27 0.07 330.98 0.76 0.69
Hex EC 72 AD 0 34 1B 7 14B 4C 45
Octal 354 162 255 0 64 33 7 513 114 105
Binary 11101100 1110010 10101101 0 110100 11011 111 101001011 1001100 1000101

Color Harmonies of #EC72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72AD

Black with #EC72AD

Text Example


Text Example

White with #EC72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72AD; }

 p { color: rgb(236,114,173); }

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

background-color css

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

 a { background-color: rgb(236,114,173); }

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

border-color css

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

 span { border-color: rgb(236,114,173); }

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