Html Css Color HEX #EC53BD Hot Pink

📋 copy color: '#EC53BD'

red 236 ◦ green 83 ◦ blue 189

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

Shades of Hot Pink #EC53BD

Tints of Hot Pink #EC53BD

RGB

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

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

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

R = 46.46%
G = 16.34%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC53BD (or 0xEC53BD) is known color: Hot Pink. HEX triplet: EC, 53 and BD. RGB value is (236,83,189). Sum of RGB (Red+Green+Blue) = 236+83+189=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53BD is #13AC42. Grayscale: #8C8C8C. Windows color (decimal): -1289283 or 12407788. OLE color: 12407788.

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

Color convert

RGB 236 83 189 -
CMYK 0 0.65 0.20 0.07
HSL 318.43º 0.8% 0.63% -
HSV(B) 318.43º 0.65% 0.93% -
XYZ 46.87 27.69 51.02 -
YUV 140.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 236 83 189 0 0.65 0.20 0.07 318.43 0.8 0.63
Hex EC 53 BD 0 41 14 7 13E 50 3F
Octal 354 123 275 0 101 24 7 476 120 77
Binary 11101100 1010011 10111101 0 1000001 10100 111 100111110 1010000 111111

Color Harmonies of #EC53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53BD

Black with #EC53BD

Text Example


Text Example

White with #EC53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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