Html Css Color HEX #EC51BC Hot Pink

📋 copy color: '#EC51BC'

red 236 ◦ green 81 ◦ blue 188

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

Shades of Hot Pink #EC51BC

Tints of Hot Pink #EC51BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.04%

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 46.73%
G = 16.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC51BC (or 0xEC51BC) is known color: Hot Pink. HEX triplet: EC, 51 and BC. RGB value is (236,81,188). Sum of RGB (Red+Green+Blue) = 236+81+188=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51BC is #13AE43. Grayscale: #8B8B8B. Windows color (decimal): -1289796 or 12341740. OLE color: 12341740.

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

Color convert

RGB 236 81 188 -
CMYK 0 0.66 0.20 0.07
HSL 318.58º 0.8% 0.62% -
HSV(B) 318.58º 0.66% 0.93% -
XYZ 46.61 27.35 50.4 -
YUV 139.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 236 81 188 0 0.66 0.20 0.07 318.58 0.8 0.62
Hex EC 51 BC 0 42 14 7 13F 50 3E
Octal 354 121 274 0 102 24 7 477 120 76
Binary 11101100 1010001 10111100 0 1000010 10100 111 100111111 1010000 111110

Color Harmonies of #EC51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51BC

Black with #EC51BC

Text Example


Text Example

White with #EC51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51BC; }

 p { color: rgb(236,81,188); }

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

background-color css

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

 a { background-color: rgb(236,81,188); }

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

border-color css

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

 span { border-color: rgb(236,81,188); }

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