Html Css Color HEX #EC13DD Hot Magenta

📋 copy color: '#EC13DD'

red 236 ◦ green 19 ◦ blue 221

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

Shades of Hot Magenta #EC13DD

Tints of Hot Magenta #EC13DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.99%

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

R = 49.58%
G = 3.99%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC13DD (or 0xEC13DD) is known color: Hot Magenta. HEX triplet: EC, 13 and DD. RGB value is (236,19,221). Sum of RGB (Red+Green+Blue) = 236+19+221=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13DD is #13EC22. Grayscale: #6A6A6A. Windows color (decimal): -1305635 or 14488556. OLE color: 14488556.

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

Color convert

RGB 236 19 221 -
CMYK 0 0.92 0.06 0.07
HSL 304.15º 0.85% 0.5% -
HSV(B) 304.15º 0.92% 0.93% -
XYZ 47.88 23.52 70.42 -
YUV 106.91 192.39 220.07 -
System Red Green Blue C M Y K H S L
Decimal 236 19 221 0 0.92 0.06 0.07 304.15 0.85 0.5
Hex EC 13 DD 0 5C 6 7 130 55 32
Octal 354 23 335 0 134 6 7 460 125 62
Binary 11101100 10011 11011101 0 1011100 110 111 100110000 1010101 110010

Color Harmonies of #EC13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13DD

Black with #EC13DD

Text Example


Text Example

White with #EC13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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