Html Css Color HEX #EC01C3 Hot Magenta

📋 copy color: '#EC01C3'

red 236 ◦ green 1 ◦ blue 195

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

Shades of Hot Magenta #EC01C3

Tints of Hot Magenta #EC01C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.14%

R = 54.63%
G = 0.23%
B = 45.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC01C3 (or 0xEC01C3) is known color: Hot Magenta. HEX triplet: EC, 01 and C3. RGB value is (236,1,195). Sum of RGB (Red+Green+Blue) = 236+1+195=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01C3 is #13FE3C. Grayscale: #5C5C5C. Windows color (decimal): -1310269 or 12780012. OLE color: 12780012.

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

Color convert

RGB 236 1 195 -
CMYK 0 1.00 0.17 0.07
HSL 310.47º 0.99% 0.46% -
HSV(B) 310.47º 1% 0.93% -
XYZ 44.45 21.79 53.49 -
YUV 93.38 185.36 229.73 -
System Red Green Blue C M Y K H S L
Decimal 236 1 195 0 1.00 0.17 0.07 310.47 0.99 0.46
Hex EC 1 C3 0 64 11 7 136 63 2E
Octal 354 1 303 0 144 21 7 466 143 56
Binary 11101100 1 11000011 0 1100100 10001 111 100110110 1100011 101110

Color Harmonies of #EC01C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01C3

Black with #EC01C3

Text Example


Text Example

White with #EC01C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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