Html Css Color HEX #EC53B9 Hot Pink

📋 copy color: '#EC53B9'

red 236 ◦ green 83 ◦ blue 185

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

Shades of Hot Pink #EC53B9

Tints of Hot Pink #EC53B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 46.83%
G = 16.47%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC53B9 (or 0xEC53B9) is known color: Hot Pink. HEX triplet: EC, 53 and B9. RGB value is (236,83,185). Sum of RGB (Red+Green+Blue) = 236+83+185=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53B9 is #13AC46. Grayscale: #8C8C8C. Windows color (decimal): -1289287 or 12145644. OLE color: 12145644.

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

Color convert

RGB 236 83 185 -
CMYK 0 0.65 0.22 0.07
HSL 320º 0.8% 0.63% -
HSV(B) 320º 0.65% 0.93% -
XYZ 46.44 27.52 48.76 -
YUV 140.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 236 83 185 0 0.65 0.22 0.07 320 0.8 0.63
Hex EC 53 B9 0 41 16 7 140 50 3F
Octal 354 123 271 0 101 26 7 500 120 77
Binary 11101100 1010011 10111001 0 1000001 10110 111 101000000 1010000 111111

Color Harmonies of #EC53B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53B9

Black with #EC53B9

Text Example


Text Example

White with #EC53B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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