Html Css Color HEX #EC18DD Hot Magenta

📋 copy color: '#EC18DD'

red 236 ◦ green 24 ◦ blue 221

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

Shades of Hot Magenta #EC18DD

Tints of Hot Magenta #EC18DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.99%

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

R = 49.06%
G = 4.99%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC18DD (or 0xEC18DD) is known color: Hot Magenta. HEX triplet: EC, 18 and DD. RGB value is (236,24,221). Sum of RGB (Red+Green+Blue) = 236+24+221=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18DD is #13E722. Grayscale: #6D6D6D. Windows color (decimal): -1304355 or 14489836. OLE color: 14489836.

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

Color convert

RGB 236 24 221 -
CMYK 0 0.90 0.06 0.07
HSL 304.25º 0.85% 0.51% -
HSV(B) 304.25º 0.9% 0.93% -
XYZ 47.97 23.71 70.45 -
YUV 109.85 190.74 217.98 -
System Red Green Blue C M Y K H S L
Decimal 236 24 221 0 0.90 0.06 0.07 304.25 0.85 0.51
Hex EC 18 DD 0 5A 6 7 130 55 33
Octal 354 30 335 0 132 6 7 460 125 63
Binary 11101100 11000 11011101 0 1011010 110 111 100110000 1010101 110011

Color Harmonies of #EC18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18DD

Black with #EC18DD

Text Example


Text Example

White with #EC18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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