Html Css Color HEX #ED04E5 Magenta

📋 copy color: '#ED04E5'

red 237 ◦ green 4 ◦ blue 229

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

Shades of Magenta #ED04E5

Tints of Magenta #ED04E5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 50.43%
G = 0.85%
B = 48.72%

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

#ED04E5 (or 0xED04E5) is known color: Magenta. HEX triplet: ED, 04 and E5. RGB value is (237,4,229). Sum of RGB (Red+Green+Blue) = 237+4+229=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED04E5 is #12FB1A. Grayscale: #626262. Windows color (decimal): -1243931 or 15009005. OLE color: 15009005.

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

Color convert

RGB 237 4 229 -
CMYK 0 0.98 0.03 0.07
HSL 302.06º 0.97% 0.47% -
HSV(B) 302.06º 0.98% 0.93% -
XYZ 49.11 23.75 76.12 -
YUV 99.32 201.19 226.2 -
System Red Green Blue C M Y K H S L
Decimal 237 4 229 0 0.98 0.03 0.07 302.06 0.97 0.47
Hex ED 4 E5 0 62 3 7 12E 61 2F
Octal 355 4 345 0 142 3 7 456 141 57
Binary 11101101 100 11100101 0 1100010 11 111 100101110 1100001 101111

Color Harmonies of #ED04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04E5

Black with #ED04E5

Text Example


Text Example

White with #ED04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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