Html Css Color HEX #ED0FE9 Magenta

📋 copy color: '#ED0FE9'

red 237 ◦ green 15 ◦ blue 233

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

Shades of Magenta #ED0FE9

Tints of Magenta #ED0FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.09%

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 48.87%
G = 3.09%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED0FE9 (or 0xED0FE9) is known color: Magenta. HEX triplet: ED, 0F and E9. RGB value is (237,15,233). Sum of RGB (Red+Green+Blue) = 237+15+233=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FE9 is #12F016. Grayscale: #696969. Windows color (decimal): -1241111 or 15273965. OLE color: 15273965.

HSL color Cylindrical-coordinate representation of color #ED0FE9: hue angle of 301.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FE9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 233 -
CMYK 0 0.94 0.02 0.07
HSL 301.08º 0.88% 0.49% -
HSV(B) 301.08º 0.94% 0.93% -
XYZ 49.8 24.23 79.14 -
YUV 106.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 237 15 233 0 0.94 0.02 0.07 301.08 0.88 0.49
Hex ED F E9 0 5E 2 7 12D 58 31
Octal 355 17 351 0 136 2 7 455 130 61
Binary 11101101 1111 11101001 0 1011110 10 111 100101101 1011000 110001

Color Harmonies of #ED0FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FE9

Black with #ED0FE9

Text Example


Text Example

White with #ED0FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FE9; }

 p { color: rgb(237,15,233); }

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

background-color css

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

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

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

border-color css

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

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

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