Html Css Color HEX #ED0FED Magenta

📋 copy color: '#ED0FED'

red 237 ◦ green 15 ◦ blue 237

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

Shades of Magenta #ED0FED

Tints of Magenta #ED0FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.07%

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

R = 48.47%
G = 3.07%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED0FED (or 0xED0FED) is known color: Magenta. HEX triplet: ED, 0F and ED. RGB value is (237,15,237). Sum of RGB (Red+Green+Blue) = 237+15+237=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FED is #12F012. Grayscale: #6A6A6A. Windows color (decimal): -1241107 or 15536109. OLE color: 15536109.

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

Color convert

RGB 237 15 237 -
CMYK 0 0.94 0 0.07
HSL 300º 0.88% 0.49% -
HSV(B) 300º 0.94% 0.93% -
XYZ 50.38 24.46 82.19 -
YUV 106.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 237 15 237 0 0.94 0 0.07 300 0.88 0.49
Hex ED F ED 0 5E 0 7 12C 58 31
Octal 355 17 355 0 136 0 7 454 130 61
Binary 11101101 1111 11101101 0 1011110 0 111 100101100 1011000 110001

Color Harmonies of #ED0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FED

Black with #ED0FED

Text Example


Text Example

White with #ED0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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