Html Css Color HEX #EC72AA Hot Pink

📋 copy color: '#EC72AA'

red 236 ◦ green 114 ◦ blue 170

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

Shades of Hot Pink #EC72AA

Tints of Hot Pink #EC72AA

RGB

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

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

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

R = 45.38%
G = 21.92%
B = 32.69%

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

#EC72AA (or 0xEC72AA) is known color: Hot Pink. HEX triplet: EC, 72 and AA. RGB value is (236,114,170). Sum of RGB (Red+Green+Blue) = 236+114+170=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72AA is #138D55. Grayscale: #9C9C9C. Windows color (decimal): -1281366 or 11170540. OLE color: 11170540.

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

Color convert

RGB 236 114 170 -
CMYK 0 0.52 0.28 0.07
HSL 332.46º 0.76% 0.69% -
HSV(B) 332.46º 0.52% 0.93% -
XYZ 47.87 32.77 41.83 -
YUV 156.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 236 114 170 0 0.52 0.28 0.07 332.46 0.76 0.69
Hex EC 72 AA 0 34 1C 7 14C 4C 45
Octal 354 162 252 0 64 34 7 514 114 105
Binary 11101100 1110010 10101010 0 110100 11100 111 101001100 1001100 1000101

Color Harmonies of #EC72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72AA

Black with #EC72AA

Text Example


Text Example

White with #EC72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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