Html Css Color HEX #ED04E7 Magenta

📋 copy color: '#ED04E7'

red 237 ◦ green 4 ◦ blue 231

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

Shades of Magenta #ED04E7

Tints of Magenta #ED04E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 50.21%
G = 0.85%
B = 48.94%

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

#ED04E7 (or 0xED04E7) is known color: Magenta. HEX triplet: ED, 04 and E7. RGB value is (237,4,231). Sum of RGB (Red+Green+Blue) = 237+4+231=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04E7 is #12FB18. Grayscale: #626262. Windows color (decimal): -1243929 or 15140077. OLE color: 15140077.

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

Color convert

RGB 237 4 231 -
CMYK 0 0.98 0.03 0.07
HSL 301.55º 0.97% 0.47% -
HSV(B) 301.55º 0.98% 0.93% -
XYZ 49.39 23.86 77.6 -
YUV 99.55 202.19 226.04 -
System Red Green Blue C M Y K H S L
Decimal 237 4 231 0 0.98 0.03 0.07 301.55 0.97 0.47
Hex ED 4 E7 0 62 3 7 12E 61 2F
Octal 355 4 347 0 142 3 7 456 141 57
Binary 11101101 100 11100111 0 1100010 11 111 100101110 1100001 101111

Color Harmonies of #ED04E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04E7

Black with #ED04E7

Text Example


Text Example

White with #ED04E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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