Html Css Color HEX #ED09EC Magenta

📋 copy color: '#ED09EC'

red 237 ◦ green 9 ◦ blue 236

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

Shades of Magenta #ED09EC

Tints of Magenta #ED09EC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.87%

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

R = 49.17%
G = 1.87%
B = 48.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED09EC (or 0xED09EC) is known color: Magenta. HEX triplet: ED, 09 and EC. RGB value is (237,9,236). Sum of RGB (Red+Green+Blue) = 237+9+236=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09EC is #12F613. Grayscale: #666666. Windows color (decimal): -1242644 or 15469037. OLE color: 15469037.

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

Color convert

RGB 237 9 236 -
CMYK 0 0.96 0.00 0.07
HSL 300.26º 0.93% 0.48% -
HSV(B) 300.26º 0.96% 0.93% -
XYZ 50.16 24.26 81.39 -
YUV 103.05 203.04 223.54 -
System Red Green Blue C M Y K H S L
Decimal 237 9 236 0 0.96 0.00 0.07 300.26 0.93 0.48
Hex ED 9 EC 0 60 0 7 12C 5D 30
Octal 355 11 354 0 140 0 7 454 135 60
Binary 11101101 1001 11101100 0 1100000 0 111 100101100 1011101 110000

Color Harmonies of #ED09EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09EC

Black with #ED09EC

Text Example


Text Example

White with #ED09EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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