Html Css Color HEX #ED05E5 Magenta

📋 copy color: '#ED05E5'

red 237 ◦ green 5 ◦ blue 229

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

Shades of Magenta #ED05E5

Tints of Magenta #ED05E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 50.32%
G = 1.06%
B = 48.62%

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

#ED05E5 (or 0xED05E5) is known color: Magenta. HEX triplet: ED, 05 and E5. RGB value is (237,5,229). Sum of RGB (Red+Green+Blue) = 237+5+229=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05E5 is #12FA1A. Grayscale: #636363. Windows color (decimal): -1243675 or 15009261. OLE color: 15009261.

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

Color convert

RGB 237 5 229 -
CMYK 0 0.98 0.03 0.07
HSL 302.07º 0.96% 0.47% -
HSV(B) 302.07º 0.98% 0.93% -
XYZ 49.12 23.77 76.13 -
YUV 99.9 200.86 225.79 -
System Red Green Blue C M Y K H S L
Decimal 237 5 229 0 0.98 0.03 0.07 302.07 0.96 0.47
Hex ED 5 E5 0 62 3 7 12E 60 2F
Octal 355 5 345 0 142 3 7 456 140 57
Binary 11101101 101 11100101 0 1100010 11 111 100101110 1100000 101111

Color Harmonies of #ED05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05E5

Black with #ED05E5

Text Example


Text Example

White with #ED05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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