Html Css Color HEX #ED05E6 Magenta

📋 copy color: '#ED05E6'

red 237 ◦ green 5 ◦ blue 230

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

Shades of Magenta #ED05E6

Tints of Magenta #ED05E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.73%

R = 50.21%
G = 1.06%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED05E6 (or 0xED05E6) is known color: Magenta. HEX triplet: ED, 05 and E6. RGB value is (237,5,230). Sum of RGB (Red+Green+Blue) = 237+5+230=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05E6 is #12FA19. Grayscale: #636363. Windows color (decimal): -1243674 or 15074797. OLE color: 15074797.

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

Color convert

RGB 237 5 230 -
CMYK 0 0.98 0.03 0.07
HSL 301.81º 0.96% 0.47% -
HSV(B) 301.81º 0.98% 0.93% -
XYZ 49.26 23.83 76.87 -
YUV 100.02 201.36 225.7 -
System Red Green Blue C M Y K H S L
Decimal 237 5 230 0 0.98 0.03 0.07 301.81 0.96 0.47
Hex ED 5 E6 0 62 3 7 12E 60 2F
Octal 355 5 346 0 142 3 7 456 140 57
Binary 11101101 101 11100110 0 1100010 11 111 100101110 1100000 101111

Color Harmonies of #ED05E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05E6

Black with #ED05E6

Text Example


Text Example

White with #ED05E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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