Html Css Color HEX #ED12EC Magenta

📋 copy color: '#ED12EC'

red 237 ◦ green 18 ◦ blue 236

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

Shades of Magenta #ED12EC

Tints of Magenta #ED12EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 48.27%
G = 3.67%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED12EC (or 0xED12EC) is known color: Magenta. HEX triplet: ED, 12 and EC. RGB value is (237,18,236). Sum of RGB (Red+Green+Blue) = 237+18+236=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12EC is #12ED13. Grayscale: #6B6B6B. Windows color (decimal): -1240340 or 15471341. OLE color: 15471341.

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

Color convert

RGB 237 18 236 -
CMYK 0 0.92 0.00 0.07
HSL 300.27º 0.86% 0.5% -
HSV(B) 300.27º 0.92% 0.93% -
XYZ 50.28 24.49 81.43 -
YUV 108.33 200.05 219.77 -
System Red Green Blue C M Y K H S L
Decimal 237 18 236 0 0.92 0.00 0.07 300.27 0.86 0.5
Hex ED 12 EC 0 5C 0 7 12C 56 32
Octal 355 22 354 0 134 0 7 454 126 62
Binary 11101101 10010 11101100 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #ED12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12EC

Black with #ED12EC

Text Example


Text Example

White with #ED12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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