Html Css Color HEX #ED00EC Magenta

📋 copy color: '#ED00EC'

red 237 ◦ green 0 ◦ blue 236

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

Shades of Magenta #ED00EC

Tints of Magenta #ED00EC

RGB

 RED value IS 237 (92.97% from 255) = 50.11%

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 50.11%
G = 0%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED00EC (or 0xED00EC) is known color: Magenta. HEX triplet: ED, 00 and EC. RGB value is (237,0,236). Sum of RGB (Red+Green+Blue) = 237+0+236=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00EC is #12FF13. Grayscale: #616161. Windows color (decimal): -1244948 or 15466733. OLE color: 15466733.

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

Color convert

RGB 237 0 236 -
CMYK 0 1 0.00 0.07
HSL 300.25º 1% 0.46% -
HSV(B) 300.25º 1% 0.93% -
XYZ 50.07 24.06 81.36 -
YUV 97.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 237 0 236 0 1 0.00 0.07 300.25 1 0.46
Hex ED 0 EC 0 64 0 7 12C 64 2E
Octal 355 0 354 0 144 0 7 454 144 56
Binary 11101101 0 11101100 0 1100100 0 111 100101100 1100100 101110

Color Harmonies of #ED00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00EC

Black with #ED00EC

Text Example


Text Example

White with #ED00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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