Html Css Color HEX #ED04E8 Magenta

📋 copy color: '#ED04E8'

red 237 ◦ green 4 ◦ blue 232

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

Shades of Magenta #ED04E8

Tints of Magenta #ED04E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 50.11%
G = 0.85%
B = 49.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED04E8 (or 0xED04E8) is known color: Magenta. HEX triplet: ED, 04 and E8. RGB value is (237,4,232). Sum of RGB (Red+Green+Blue) = 237+4+232=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED04E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04E8 is #12FB17. Grayscale: #626262. Windows color (decimal): -1243928 or 15205613. OLE color: 15205613.

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

Color convert

RGB 237 4 232 -
CMYK 0 0.98 0.02 0.07
HSL 301.29º 0.97% 0.47% -
HSV(B) 301.29º 0.98% 0.93% -
XYZ 49.53 23.92 78.35 -
YUV 99.66 202.69 225.96 -
System Red Green Blue C M Y K H S L
Decimal 237 4 232 0 0.98 0.02 0.07 301.29 0.97 0.47
Hex ED 4 E8 0 62 2 7 12D 61 2F
Octal 355 4 350 0 142 2 7 455 141 57
Binary 11101101 100 11101000 0 1100010 10 111 100101101 1100001 101111

Color Harmonies of #ED04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04E8

Black with #ED04E8

Text Example


Text Example

White with #ED04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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