Html Css Color HEX #ED11F0 Magenta

📋 copy color: '#ED11F0'

red 237 ◦ green 17 ◦ blue 240

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

Shades of Magenta #ED11F0

Tints of Magenta #ED11F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 47.98%
G = 3.44%
B = 48.58%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED11F0 (or 0xED11F0) is known color: Magenta. HEX triplet: ED, 11 and F0. RGB value is (237,17,240). Sum of RGB (Red+Green+Blue) = 237+17+240=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED11F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11F0 is #12EE0F. Grayscale: #6B6B6B. Windows color (decimal): -1240592 or 15733229. OLE color: 15733229.

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

Color convert

RGB 237 17 240 -
CMYK 0.01 0.93 0 0.06
HSL 299.19º 0.88% 0.5% -
HSV(B) 299.19º 0.93% 0.94% -
XYZ 50.85 24.7 84.52 -
YUV 108.2 202.39 219.87 -
System Red Green Blue C M Y K H S L
Decimal 237 17 240 0.01 0.93 0 0.06 299.19 0.88 0.5
Hex ED 11 F0 1 5D 0 6 12B 58 32
Octal 355 21 360 1 135 0 6 453 130 62
Binary 11101101 10001 11110000 1 1011101 0 110 100101011 1011000 110010

Color Harmonies of #ED11F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11F0

Black with #ED11F0

Text Example


Text Example

White with #ED11F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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