Html Css Color HEX #ED11ED Magenta

📋 copy color: '#ED11ED'

red 237 ◦ green 17 ◦ blue 237

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

Shades of Magenta #ED11ED

Tints of Magenta #ED11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.46%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 48.27%
G = 3.46%
B = 48.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED11ED (or 0xED11ED) is known color: Magenta. HEX triplet: ED, 11 and ED. RGB value is (237,17,237). Sum of RGB (Red+Green+Blue) = 237+17+237=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11ED is #12EE12. Grayscale: #6B6B6B. Windows color (decimal): -1240595 or 15536621. OLE color: 15536621.

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

Color convert

RGB 237 17 237 -
CMYK 0 0.93 0 0.07
HSL 300º 0.87% 0.5% -
HSV(B) 300º 0.93% 0.93% -
XYZ 50.41 24.52 82.2 -
YUV 107.86 200.89 220.11 -
System Red Green Blue C M Y K H S L
Decimal 237 17 237 0 0.93 0 0.07 300 0.87 0.5
Hex ED 11 ED 0 5D 0 7 12C 57 32
Octal 355 21 355 0 135 0 7 454 127 62
Binary 11101101 10001 11101101 0 1011101 0 111 100101100 1010111 110010

Color Harmonies of #ED11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11ED

Black with #ED11ED

Text Example


Text Example

White with #ED11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11ED; }

 p { color: rgb(237,17,237); }

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

background-color css

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

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

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

border-color css

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

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

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