Html Css Color HEX #EC53BA Hot Pink

📋 copy color: '#EC53BA'

red 236 ◦ green 83 ◦ blue 186

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

Shades of Hot Pink #EC53BA

Tints of Hot Pink #EC53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.44%

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

R = 46.73%
G = 16.44%
B = 36.83%

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

#EC53BA (or 0xEC53BA) is known color: Hot Pink. HEX triplet: EC, 53 and BA. RGB value is (236,83,186). Sum of RGB (Red+Green+Blue) = 236+83+186=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53BA is #13AC45. Grayscale: #8C8C8C. Windows color (decimal): -1289286 or 12211180. OLE color: 12211180.

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

Color convert

RGB 236 83 186 -
CMYK 0 0.65 0.21 0.07
HSL 319.61º 0.8% 0.63% -
HSV(B) 319.61º 0.65% 0.93% -
XYZ 46.55 27.56 49.32 -
YUV 140.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 236 83 186 0 0.65 0.21 0.07 319.61 0.8 0.63
Hex EC 53 BA 0 41 15 7 140 50 3F
Octal 354 123 272 0 101 25 7 500 120 77
Binary 11101100 1010011 10111010 0 1000001 10101 111 101000000 1010000 111111

Color Harmonies of #EC53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53BA

Black with #EC53BA

Text Example


Text Example

White with #EC53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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