Html Css Color HEX #EC54BD Hot Pink

📋 copy color: '#EC54BD'

red 236 ◦ green 84 ◦ blue 189

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

Shades of Hot Pink #EC54BD

Tints of Hot Pink #EC54BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.5%

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

R = 46.37%
G = 16.5%
B = 37.13%

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

#EC54BD (or 0xEC54BD) is known color: Hot Pink. HEX triplet: EC, 54 and BD. RGB value is (236,84,189). Sum of RGB (Red+Green+Blue) = 236+84+189=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54BD is #13AB42. Grayscale: #8D8D8D. Windows color (decimal): -1289027 or 12408044. OLE color: 12408044.

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

Color convert

RGB 236 84 189 -
CMYK 0 0.64 0.20 0.07
HSL 318.55º 0.8% 0.63% -
HSV(B) 318.55º 0.64% 0.93% -
XYZ 46.95 27.85 51.04 -
YUV 141.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 236 84 189 0 0.64 0.20 0.07 318.55 0.8 0.63
Hex EC 54 BD 0 40 14 7 13F 50 3F
Octal 354 124 275 0 100 24 7 477 120 77
Binary 11101100 1010100 10111101 0 1000000 10100 111 100111111 1010000 111111

Color Harmonies of #EC54BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54BD

Black with #EC54BD

Text Example


Text Example

White with #EC54BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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