Html Css Color HEX #ED05ED Magenta

📋 copy color: '#ED05ED'

red 237 ◦ green 5 ◦ blue 237

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

Shades of Magenta #ED05ED

Tints of Magenta #ED05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 49.48%
G = 1.04%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED05ED (or 0xED05ED) is known color: Magenta. HEX triplet: ED, 05 and ED. RGB value is (237,5,237). Sum of RGB (Red+Green+Blue) = 237+5+237=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05ED is #12FA12. Grayscale: #646464. Windows color (decimal): -1243667 or 15533549. OLE color: 15533549.

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

Color convert

RGB 237 5 237 -
CMYK 0 0.98 0 0.07
HSL 300º 0.96% 0.47% -
HSV(B) 300º 0.98% 0.93% -
XYZ 50.27 24.23 82.15 -
YUV 100.82 204.86 225.14 -
System Red Green Blue C M Y K H S L
Decimal 237 5 237 0 0.98 0 0.07 300 0.96 0.47
Hex ED 5 ED 0 62 0 7 12C 60 2F
Octal 355 5 355 0 142 0 7 454 140 57
Binary 11101101 101 11101101 0 1100010 0 111 100101100 1100000 101111

Color Harmonies of #ED05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05ED

Black with #ED05ED

Text Example


Text Example

White with #ED05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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