Html Css Color HEX #EC00E4 Magenta

📋 copy color: '#EC00E4'

red 236 ◦ green 0 ◦ blue 228

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

Shades of Magenta #EC00E4

Tints of Magenta #EC00E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 50.86%
G = 0%
B = 49.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC00E4 (or 0xEC00E4) is known color: Magenta. HEX triplet: EC, 00 and E4. RGB value is (236,0,228). Sum of RGB (Red+Green+Blue) = 236+0+228=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00E4 is #13FF1B. Grayscale: #5F5F5F. Windows color (decimal): -1310492 or 14942444. OLE color: 14942444.

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

Color convert

RGB 236 0 228 -
CMYK 0 1 0.03 0.07
HSL 302.03º 1% 0.46% -
HSV(B) 302.03º 1% 0.93% -
XYZ 48.6 23.43 75.36 -
YUV 96.56 202.19 227.46 -
System Red Green Blue C M Y K H S L
Decimal 236 0 228 0 1 0.03 0.07 302.03 1 0.46
Hex EC 0 E4 0 64 3 7 12E 64 2E
Octal 354 0 344 0 144 3 7 456 144 56
Binary 11101100 0 11100100 0 1100100 11 111 100101110 1100100 101110

Color Harmonies of #EC00E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00E4

Black with #EC00E4

Text Example


Text Example

White with #EC00E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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