Html Css Color HEX #ED09ED Magenta

📋 copy color: '#ED09ED'

red 237 ◦ green 9 ◦ blue 237

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

Shades of Magenta #ED09ED

Tints of Magenta #ED09ED

RGB

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

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

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

R = 49.07%
G = 1.86%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED09ED (or 0xED09ED) is known color: Magenta. HEX triplet: ED, 09 and ED. RGB value is (237,9,237). Sum of RGB (Red+Green+Blue) = 237+9+237=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED09ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09ED is #12F612. Grayscale: #666666. Windows color (decimal): -1242643 or 15534573. OLE color: 15534573.

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

Color convert

RGB 237 9 237 -
CMYK 0 0.96 0 0.07
HSL 300º 0.93% 0.48% -
HSV(B) 300º 0.96% 0.93% -
XYZ 50.31 24.31 82.16 -
YUV 103.16 203.54 223.46 -
System Red Green Blue C M Y K H S L
Decimal 237 9 237 0 0.96 0 0.07 300 0.93 0.48
Hex ED 9 ED 0 60 0 7 12C 5D 30
Octal 355 11 355 0 140 0 7 454 135 60
Binary 11101101 1001 11101101 0 1100000 0 111 100101100 1011101 110000

Color Harmonies of #ED09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09ED

Black with #ED09ED

Text Example


Text Example

White with #ED09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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