Html Css Color HEX #ED11EB Magenta

📋 copy color: '#ED11EB'

red 237 ◦ green 17 ◦ blue 235

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

Shades of Magenta #ED11EB

Tints of Magenta #ED11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 48.47%
G = 3.48%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED11EB (or 0xED11EB) is known color: Magenta. HEX triplet: ED, 11 and EB. RGB value is (237,17,235). Sum of RGB (Red+Green+Blue) = 237+17+235=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11EB is #12EE14. Grayscale: #6A6A6A. Windows color (decimal): -1240597 or 15405549. OLE color: 15405549.

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

Color convert

RGB 237 17 235 -
CMYK 0 0.93 0.01 0.07
HSL 300.55º 0.87% 0.5% -
HSV(B) 300.55º 0.93% 0.93% -
XYZ 50.12 24.4 80.67 -
YUV 107.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 237 17 235 0 0.93 0.01 0.07 300.55 0.87 0.5
Hex ED 11 EB 0 5D 1 7 12D 57 32
Octal 355 21 353 0 135 1 7 455 127 62
Binary 11101101 10001 11101011 0 1011101 1 111 100101101 1010111 110010

Color Harmonies of #ED11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11EB

Black with #ED11EB

Text Example


Text Example

White with #ED11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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