Html Css Color HEX #EC01CA Hot Magenta

📋 copy color: '#EC01CA'

red 236 ◦ green 1 ◦ blue 202

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

Shades of Hot Magenta #EC01CA

Tints of Hot Magenta #EC01CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 53.76%
G = 0.23%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC01CA (or 0xEC01CA) is known color: Hot Magenta. HEX triplet: EC, 01 and CA. RGB value is (236,1,202). Sum of RGB (Red+Green+Blue) = 236+1+202=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01CA is #13FE35. Grayscale: #5D5D5D. Windows color (decimal): -1310262 or 13238764. OLE color: 13238764.

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

Color convert

RGB 236 1 202 -
CMYK 0 1.00 0.14 0.07
HSL 308.68º 0.99% 0.46% -
HSV(B) 308.68º 1% 0.93% -
XYZ 45.26 22.12 57.76 -
YUV 94.18 188.86 229.16 -
System Red Green Blue C M Y K H S L
Decimal 236 1 202 0 1.00 0.14 0.07 308.68 0.99 0.46
Hex EC 1 CA 0 64 E 7 135 63 2E
Octal 354 1 312 0 144 16 7 465 143 56
Binary 11101100 1 11001010 0 1100100 1110 111 100110101 1100011 101110

Color Harmonies of #EC01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01CA

Black with #EC01CA

Text Example


Text Example

White with #EC01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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