Html Css Color HEX #EC13DA Hot Magenta

📋 copy color: '#EC13DA'

red 236 ◦ green 19 ◦ blue 218

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

Shades of Hot Magenta #EC13DA

Tints of Hot Magenta #EC13DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 49.89%
G = 4.02%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC13DA (or 0xEC13DA) is known color: Hot Magenta. HEX triplet: EC, 13 and DA. RGB value is (236,19,218). Sum of RGB (Red+Green+Blue) = 236+19+218=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13DA is #13EC25. Grayscale: #696969. Windows color (decimal): -1305638 or 14291948. OLE color: 14291948.

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

Color convert

RGB 236 19 218 -
CMYK 0 0.92 0.08 0.07
HSL 304.98º 0.85% 0.5% -
HSV(B) 304.98º 0.92% 0.93% -
XYZ 47.48 23.36 68.34 -
YUV 106.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 236 19 218 0 0.92 0.08 0.07 304.98 0.85 0.5
Hex EC 13 DA 0 5C 8 7 131 55 32
Octal 354 23 332 0 134 10 7 461 125 62
Binary 11101100 10011 11011010 0 1011100 1000 111 100110001 1010101 110010

Color Harmonies of #EC13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13DA

Black with #EC13DA

Text Example


Text Example

White with #EC13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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