Html Css Color HEX #ED10ED Magenta

📋 copy color: '#ED10ED'

red 237 ◦ green 16 ◦ blue 237

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

Shades of Magenta #ED10ED

Tints of Magenta #ED10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.27%

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

R = 48.37%
G = 3.27%
B = 48.37%

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

#ED10ED (or 0xED10ED) is known color: Magenta. HEX triplet: ED, 10 and ED. RGB value is (237,16,237). Sum of RGB (Red+Green+Blue) = 237+16+237=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10ED is #12EF12. Grayscale: #6A6A6A. Windows color (decimal): -1240851 or 15536365. OLE color: 15536365.

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

Color convert

RGB 237 16 237 -
CMYK 0 0.93 0 0.07
HSL 300º 0.87% 0.5% -
HSV(B) 300º 0.93% 0.93% -
XYZ 50.4 24.49 82.19 -
YUV 107.27 201.22 220.53 -
System Red Green Blue C M Y K H S L
Decimal 237 16 237 0 0.93 0 0.07 300 0.87 0.5
Hex ED 10 ED 0 5D 0 7 12C 57 32
Octal 355 20 355 0 135 0 7 454 127 62
Binary 11101101 10000 11101101 0 1011101 0 111 100101100 1010111 110010

Color Harmonies of #ED10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10ED

Black with #ED10ED

Text Example


Text Example

White with #ED10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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