Html Css Color HEX #EC00E3 Hot Magenta

📋 copy color: '#EC00E3'

red 236 ◦ green 0 ◦ blue 227

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

Shades of Hot Magenta #EC00E3

Tints of Hot Magenta #EC00E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.03%

R = 50.97%
G = 0%
B = 49.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC00E3 (or 0xEC00E3) is known color: Hot Magenta. HEX triplet: EC, 00 and E3. RGB value is (236,0,227). Sum of RGB (Red+Green+Blue) = 236+0+227=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00E3 is #13FF1C. Grayscale: #5F5F5F. Windows color (decimal): -1310493 or 14876908. OLE color: 14876908.

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

Color convert

RGB 236 0 227 -
CMYK 0 1 0.04 0.07
HSL 302.29º 1% 0.46% -
HSV(B) 302.29º 1% 0.93% -
XYZ 48.46 23.38 74.63 -
YUV 96.44 201.69 227.54 -
System Red Green Blue C M Y K H S L
Decimal 236 0 227 0 1 0.04 0.07 302.29 1 0.46
Hex EC 0 E3 0 64 4 7 12E 64 2E
Octal 354 0 343 0 144 4 7 456 144 56
Binary 11101100 0 11100011 0 1100100 100 111 100101110 1100100 101110

Color Harmonies of #EC00E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00E3

Black with #EC00E3

Text Example


Text Example

White with #EC00E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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