Html Css Color HEX #EC11DD Hot Magenta

📋 copy color: '#EC11DD'

red 236 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #EC11DD

Tints of Hot Magenta #EC11DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 49.79%
G = 3.59%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC11DD (or 0xEC11DD) is known color: Hot Magenta. HEX triplet: EC, 11 and DD. RGB value is (236,17,221). Sum of RGB (Red+Green+Blue) = 236+17+221=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 17 (7.03% from 255 or 3.59% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11DD is #13EE22. Grayscale: #696969. Windows color (decimal): -1306147 or 14488044. OLE color: 14488044.

HSL color Cylindrical-coordinate representation of color #EC11DD: hue angle of 304.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11DD is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 221 -
CMYK 0 0.93 0.06 0.07
HSL 304.11º 0.87% 0.5% -
HSV(B) 304.11º 0.93% 0.93% -
XYZ 47.84 23.45 70.41 -
YUV 105.74 193.05 220.91 -
System Red Green Blue C M Y K H S L
Decimal 236 17 221 0 0.93 0.06 0.07 304.11 0.87 0.5
Hex EC 11 DD 0 5D 6 7 130 57 32
Octal 354 21 335 0 135 6 7 460 127 62
Binary 11101100 10001 11011101 0 1011101 110 111 100110000 1010111 110010

Color Harmonies of #EC11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11DD

Black with #EC11DD

Text Example


Text Example

White with #EC11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11DD; }

 p { color: rgb(236,17,221); }

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

background-color css

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

 a { background-color: rgb(236,17,221); }

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

border-color css

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

 span { border-color: rgb(236,17,221); }

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