Html Css Color HEX #EC56BD Hot Pink

📋 copy color: '#EC56BD'

red 236 ◦ green 86 ◦ blue 189

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

Shades of Hot Pink #EC56BD

Tints of Hot Pink #EC56BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.83%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 46.18%
G = 16.83%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC56BD (or 0xEC56BD) is known color: Hot Pink. HEX triplet: EC, 56 and BD. RGB value is (236,86,189). Sum of RGB (Red+Green+Blue) = 236+86+189=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BD is #13A942. Grayscale: #8E8E8E. Windows color (decimal): -1288515 or 12408556. OLE color: 12408556.

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

Color convert

RGB 236 86 189 -
CMYK 0 0.64 0.20 0.07
HSL 318.8º 0.8% 0.63% -
HSV(B) 318.8º 0.64% 0.93% -
XYZ 47.11 28.16 51.1 -
YUV 142.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 236 86 189 0 0.64 0.20 0.07 318.8 0.8 0.63
Hex EC 56 BD 0 40 14 7 13F 50 3F
Octal 354 126 275 0 100 24 7 477 120 77
Binary 11101100 1010110 10111101 0 1000000 10100 111 100111111 1010000 111111

Color Harmonies of #EC56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56BD

Black with #EC56BD

Text Example


Text Example

White with #EC56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56BD; }

 p { color: rgb(236,86,189); }

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

background-color css

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

 a { background-color: rgb(236,86,189); }

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

border-color css

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

 span { border-color: rgb(236,86,189); }

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