Html Css Color HEX #EC52BA Hot Pink

📋 copy color: '#EC52BA'

red 236 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #EC52BA

Tints of Hot Pink #EC52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.27%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 46.83%
G = 16.27%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC52BA (or 0xEC52BA) is known color: Hot Pink. HEX triplet: EC, 52 and BA. RGB value is (236,82,186). Sum of RGB (Red+Green+Blue) = 236+82+186=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52BA is #13AD45. Grayscale: #8B8B8B. Windows color (decimal): -1289542 or 12210924. OLE color: 12210924.

HSL color Cylindrical-coordinate representation of color #EC52BA: hue angle of 319.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52BA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 186 -
CMYK 0 0.65 0.21 0.07
HSL 319.48º 0.8% 0.62% -
HSV(B) 319.48º 0.65% 0.93% -
XYZ 46.47 27.41 49.3 -
YUV 139.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 236 82 186 0 0.65 0.21 0.07 319.48 0.8 0.62
Hex EC 52 BA 0 41 15 7 13F 50 3E
Octal 354 122 272 0 101 25 7 477 120 76
Binary 11101100 1010010 10111010 0 1000001 10101 111 100111111 1010000 111110

Color Harmonies of #EC52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52BA

Black with #EC52BA

Text Example


Text Example

White with #EC52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52BA; }

 p { color: rgb(236,82,186); }

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

background-color css

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

 a { background-color: rgb(236,82,186); }

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

border-color css

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

 span { border-color: rgb(236,82,186); }

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