Html Css Color HEX #EC01DC Hot Magenta

📋 copy color: '#EC01DC'

red 236 ◦ green 1 ◦ blue 220

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

Shades of Hot Magenta #EC01DC

Tints of Hot Magenta #EC01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 51.64%
G = 0.22%
B = 48.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC01DC (or 0xEC01DC) is known color: Hot Magenta. HEX triplet: EC, 01 and DC. RGB value is (236,1,220). Sum of RGB (Red+Green+Blue) = 236+1+220=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01DC is #13FE23. Grayscale: #5F5F5F. Windows color (decimal): -1310244 or 14418412. OLE color: 14418412.

HSL color Cylindrical-coordinate representation of color #EC01DC: hue angle of 304.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01DC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 220 -
CMYK 0 1.00 0.07 0.07
HSL 304.09º 0.99% 0.46% -
HSV(B) 304.09º 1% 0.93% -
XYZ 47.52 23.02 69.65 -
YUV 96.23 197.86 227.69 -
System Red Green Blue C M Y K H S L
Decimal 236 1 220 0 1.00 0.07 0.07 304.09 0.99 0.46
Hex EC 1 DC 0 64 7 7 130 63 2E
Octal 354 1 334 0 144 7 7 460 143 56
Binary 11101100 1 11011100 0 1100100 111 111 100110000 1100011 101110

Color Harmonies of #EC01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01DC

Black with #EC01DC

Text Example


Text Example

White with #EC01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01DC; }

 p { color: rgb(236,1,220); }

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

background-color css

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

 a { background-color: rgb(236,1,220); }

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

border-color css

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

 span { border-color: rgb(236,1,220); }

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