Html Css Color HEX #EC00E1 Hot Magenta

📋 copy color: '#EC00E1'

red 236 ◦ green 0 ◦ blue 225

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

Shades of Hot Magenta #EC00E1

Tints of Hot Magenta #EC00E1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 51.19%
G = 0%
B = 48.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC00E1 (or 0xEC00E1) is known color: Hot Magenta. HEX triplet: EC, 00 and E1. RGB value is (236,0,225). Sum of RGB (Red+Green+Blue) = 236+0+225=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00E1 is #13FF1E. Grayscale: #5F5F5F. Windows color (decimal): -1310495 or 14745836. OLE color: 14745836.

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

Color convert

RGB 236 0 225 -
CMYK 0 1 0.05 0.07
HSL 302.8º 1% 0.46% -
HSV(B) 302.8º 1% 0.93% -
XYZ 48.18 23.27 73.19 -
YUV 96.21 200.69 227.7 -
System Red Green Blue C M Y K H S L
Decimal 236 0 225 0 1 0.05 0.07 302.8 1 0.46
Hex EC 0 E1 0 64 5 7 12F 64 2E
Octal 354 0 341 0 144 5 7 457 144 56
Binary 11101100 0 11100001 0 1100100 101 111 100101111 1100100 101110

Color Harmonies of #EC00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00E1

Black with #EC00E1

Text Example


Text Example

White with #EC00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00E1; }

 p { color: rgb(236,0,225); }

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

background-color css

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

 a { background-color: rgb(236,0,225); }

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

border-color css

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

 span { border-color: rgb(236,0,225); }

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