Html Css Color HEX #EC16E1 Hot Magenta

📋 copy color: '#EC16E1'

red 236 ◦ green 22 ◦ blue 225

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

Shades of Hot Magenta #EC16E1

Tints of Hot Magenta #EC16E1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 48.86%
G = 4.55%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC16E1 (or 0xEC16E1) is known color: Hot Magenta. HEX triplet: EC, 16 and E1. RGB value is (236,22,225). Sum of RGB (Red+Green+Blue) = 236+22+225=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 22 (8.98% from 255 or 4.55% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16E1 is #13E91E. Grayscale: #6C6C6C. Windows color (decimal): -1304863 or 14751468. OLE color: 14751468.

HSL color Cylindrical-coordinate representation of color #EC16E1: hue angle of 303.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16E1 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 22 225 -
CMYK 0 0.91 0.05 0.07
HSL 303.08º 0.85% 0.51% -
HSV(B) 303.08º 0.91% 0.93% -
XYZ 48.47 23.84 73.28 -
YUV 109.13 193.4 218.49 -
System Red Green Blue C M Y K H S L
Decimal 236 22 225 0 0.91 0.05 0.07 303.08 0.85 0.51
Hex EC 16 E1 0 5B 5 7 12F 55 33
Octal 354 26 341 0 133 5 7 457 125 63
Binary 11101100 10110 11100001 0 1011011 101 111 100101111 1010101 110011

Color Harmonies of #EC16E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC16E1

Black with #EC16E1

Text Example


Text Example

White with #EC16E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC16E1; }

 p { color: rgb(236,22,225); }

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

background-color css

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

 a { background-color: rgb(236,22,225); }

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

border-color css

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

 span { border-color: rgb(236,22,225); }

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