Html Css Color HEX #EC50BA Hot Pink

📋 copy color: '#EC50BA'

red 236 ◦ green 80 ◦ blue 186

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

Shades of Hot Pink #EC50BA

Tints of Hot Pink #EC50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

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

R = 47.01%
G = 15.94%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC50BA (or 0xEC50BA) is known color: Hot Pink. HEX triplet: EC, 50 and BA. RGB value is (236,80,186). Sum of RGB (Red+Green+Blue) = 236+80+186=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50BA is #13AF45. Grayscale: #8A8A8A. Windows color (decimal): -1290054 or 12210412. OLE color: 12210412.

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

Color convert

RGB 236 80 186 -
CMYK 0 0.66 0.21 0.07
HSL 319.23º 0.8% 0.62% -
HSV(B) 319.23º 0.66% 0.93% -
XYZ 46.32 27.12 49.25 -
YUV 138.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 236 80 186 0 0.66 0.21 0.07 319.23 0.8 0.62
Hex EC 50 BA 0 42 15 7 13F 50 3E
Octal 354 120 272 0 102 25 7 477 120 76
Binary 11101100 1010000 10111010 0 1000010 10101 111 100111111 1010000 111110

Color Harmonies of #EC50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50BA

Black with #EC50BA

Text Example


Text Example

White with #EC50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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