Html Css Color HEX #EC14DA Hot Magenta

📋 copy color: '#EC14DA'

red 236 ◦ green 20 ◦ blue 218

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

Shades of Hot Magenta #EC14DA

Tints of Hot Magenta #EC14DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.22%

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

R = 49.79%
G = 4.22%
B = 45.99%

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

#EC14DA (or 0xEC14DA) is known color: Hot Magenta. HEX triplet: EC, 14 and DA. RGB value is (236,20,218). Sum of RGB (Red+Green+Blue) = 236+20+218=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC14DA is #13EB25. Grayscale: #6A6A6A. Windows color (decimal): -1305382 or 14292204. OLE color: 14292204.

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

Color convert

RGB 236 20 218 -
CMYK 0 0.92 0.08 0.07
HSL 305º 0.85% 0.5% -
HSV(B) 305º 0.92% 0.93% -
XYZ 47.5 23.4 68.34 -
YUV 107.16 190.56 219.9 -
System Red Green Blue C M Y K H S L
Decimal 236 20 218 0 0.92 0.08 0.07 305 0.85 0.5
Hex EC 14 DA 0 5C 8 7 131 55 32
Octal 354 24 332 0 134 10 7 461 125 62
Binary 11101100 10100 11011010 0 1011100 1000 111 100110001 1010101 110010

Color Harmonies of #EC14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC14DA

Black with #EC14DA

Text Example


Text Example

White with #EC14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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