Html Css Color HEX #ED10E4 Magenta

📋 copy color: '#ED10E4'

red 237 ◦ green 16 ◦ blue 228

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

Shades of Magenta #ED10E4

Tints of Magenta #ED10E4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 49.27%
G = 3.33%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED10E4 (or 0xED10E4) is known color: Magenta. HEX triplet: ED, 10 and E4. RGB value is (237,16,228). Sum of RGB (Red+Green+Blue) = 237+16+228=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10E4 is #12EF1B. Grayscale: #696969. Windows color (decimal): -1240860 or 14946541. OLE color: 14946541.

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

Color convert

RGB 237 16 228 -
CMYK 0 0.93 0.04 0.07
HSL 302.44º 0.87% 0.5% -
HSV(B) 302.44º 0.93% 0.93% -
XYZ 49.11 23.98 75.44 -
YUV 106.25 196.72 221.26 -
System Red Green Blue C M Y K H S L
Decimal 237 16 228 0 0.93 0.04 0.07 302.44 0.87 0.5
Hex ED 10 E4 0 5D 4 7 12E 57 32
Octal 355 20 344 0 135 4 7 456 127 62
Binary 11101101 10000 11100100 0 1011101 100 111 100101110 1010111 110010

Color Harmonies of #ED10E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10E4

Black with #ED10E4

Text Example


Text Example

White with #ED10E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10E4; }

 p { color: rgb(237,16,228); }

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

background-color css

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

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

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

border-color css

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

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

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