Html Css Color HEX #ED12ED Magenta

📋 copy color: '#ED12ED'

red 237 ◦ green 18 ◦ blue 237

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

Shades of Magenta #ED12ED

Tints of Magenta #ED12ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.66%

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

R = 48.17%
G = 3.66%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED12ED (or 0xED12ED) is known color: Magenta. HEX triplet: ED, 12 and ED. RGB value is (237,18,237). Sum of RGB (Red+Green+Blue) = 237+18+237=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 18 (7.42% from 255 or 3.66% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12ED is #12ED12. Grayscale: #6B6B6B. Windows color (decimal): -1240339 or 15536877. OLE color: 15536877.

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

Color convert

RGB 237 18 237 -
CMYK 0 0.92 0 0.07
HSL 300º 0.86% 0.5% -
HSV(B) 300º 0.92% 0.93% -
XYZ 50.43 24.55 82.2 -
YUV 108.45 200.55 219.69 -
System Red Green Blue C M Y K H S L
Decimal 237 18 237 0 0.92 0 0.07 300 0.86 0.5
Hex ED 12 ED 0 5C 0 7 12C 56 32
Octal 355 22 355 0 134 0 7 454 126 62
Binary 11101101 10010 11101101 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #ED12ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12ED

Black with #ED12ED

Text Example


Text Example

White with #ED12ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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