Html Css Color HEX #ED11E7 Magenta

📋 copy color: '#ED11E7'

red 237 ◦ green 17 ◦ blue 231

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

Shades of Magenta #ED11E7

Tints of Magenta #ED11E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 48.87%
G = 3.51%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED11E7 (or 0xED11E7) is known color: Magenta. HEX triplet: ED, 11 and E7. RGB value is (237,17,231). Sum of RGB (Red+Green+Blue) = 237+17+231=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11E7 is #12EE18. Grayscale: #6A6A6A. Windows color (decimal): -1240601 or 15143405. OLE color: 15143405.

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

Color convert

RGB 237 17 231 -
CMYK 0 0.93 0.03 0.07
HSL 301.64º 0.87% 0.5% -
HSV(B) 301.64º 0.93% 0.93% -
XYZ 49.55 24.17 77.66 -
YUV 107.18 197.89 220.6 -
System Red Green Blue C M Y K H S L
Decimal 237 17 231 0 0.93 0.03 0.07 301.64 0.87 0.5
Hex ED 11 E7 0 5D 3 7 12E 57 32
Octal 355 21 347 0 135 3 7 456 127 62
Binary 11101101 10001 11100111 0 1011101 11 111 100101110 1010111 110010

Color Harmonies of #ED11E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11E7

Black with #ED11E7

Text Example


Text Example

White with #ED11E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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