Html Css Color HEX #EC01C6 Hot Magenta

📋 copy color: '#EC01C6'

red 236 ◦ green 1 ◦ blue 198

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

Shades of Hot Magenta #EC01C6

Tints of Hot Magenta #EC01C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 54.25%
G = 0.23%
B = 45.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC01C6 (or 0xEC01C6) is known color: Hot Magenta. HEX triplet: EC, 01 and C6. RGB value is (236,1,198). Sum of RGB (Red+Green+Blue) = 236+1+198=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01C6 is #13FE39. Grayscale: #5D5D5D. Windows color (decimal): -1310266 or 12976620. OLE color: 12976620.

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

Color convert

RGB 236 1 198 -
CMYK 0 1.00 0.16 0.07
HSL 309.7º 0.99% 0.46% -
HSV(B) 309.7º 1% 0.93% -
XYZ 44.8 21.93 55.3 -
YUV 93.72 186.86 229.48 -
System Red Green Blue C M Y K H S L
Decimal 236 1 198 0 1.00 0.16 0.07 309.7 0.99 0.46
Hex EC 1 C6 0 64 10 7 136 63 2E
Octal 354 1 306 0 144 20 7 466 143 56
Binary 11101100 1 11000110 0 1100100 10000 111 100110110 1100011 101110

Color Harmonies of #EC01C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01C6

Black with #EC01C6

Text Example


Text Example

White with #EC01C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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