Html Css Color HEX #ED12EE Magenta

📋 copy color: '#ED12EE'

red 237 ◦ green 18 ◦ blue 238

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

Shades of Magenta #ED12EE

Tints of Magenta #ED12EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 48.07%
G = 3.65%
B = 48.28%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED12EE (or 0xED12EE) is known color: Magenta. HEX triplet: ED, 12 and EE. RGB value is (237,18,238). Sum of RGB (Red+Green+Blue) = 237+18+238=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12EE is #12ED11. Grayscale: #6B6B6B. Windows color (decimal): -1240338 or 15602413. OLE color: 15602413.

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

Color convert

RGB 237 18 238 -
CMYK 0.00 0.92 0 0.07
HSL 299.73º 0.87% 0.5% -
HSV(B) 299.73º 0.92% 0.93% -
XYZ 50.57 24.61 82.97 -
YUV 108.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 237 18 238 0.00 0.92 0 0.07 299.73 0.87 0.5
Hex ED 12 EE 0 5C 0 7 12C 57 32
Octal 355 22 356 0 134 0 7 454 127 62
Binary 11101101 10010 11101110 0 1011100 0 111 100101100 1010111 110010

Color Harmonies of #ED12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12EE

Black with #ED12EE

Text Example


Text Example

White with #ED12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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