Html Css Color HEX #EC01DD Hot Magenta

📋 copy color: '#EC01DD'

red 236 ◦ green 1 ◦ blue 221

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

Shades of Hot Magenta #EC01DD

Tints of Hot Magenta #EC01DD

RGB

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

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

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

R = 51.53%
G = 0.22%
B = 48.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC01DD (or 0xEC01DD) is known color: Hot Magenta. HEX triplet: EC, 01 and DD. RGB value is (236,1,221). Sum of RGB (Red+Green+Blue) = 236+1+221=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01DD is #13FE22. Grayscale: #5F5F5F. Windows color (decimal): -1310243 or 14483948. OLE color: 14483948.

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

Color convert

RGB 236 1 221 -
CMYK 0 1.00 0.06 0.07
HSL 303.83º 0.99% 0.46% -
HSV(B) 303.83º 1% 0.93% -
XYZ 47.65 23.08 70.35 -
YUV 96.35 198.36 227.61 -
System Red Green Blue C M Y K H S L
Decimal 236 1 221 0 1.00 0.06 0.07 303.83 0.99 0.46
Hex EC 1 DD 0 64 6 7 130 63 2E
Octal 354 1 335 0 144 6 7 460 143 56
Binary 11101100 1 11011101 0 1100100 110 111 100110000 1100011 101110

Color Harmonies of #EC01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01DD

Black with #EC01DD

Text Example


Text Example

White with #EC01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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