Html Css Color HEX #ED04F2 Magenta

📋 copy color: '#ED04F2'

red 237 ◦ green 4 ◦ blue 242

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

Shades of Magenta #ED04F2

Tints of Magenta #ED04F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 49.07%
G = 0.83%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED04F2 (or 0xED04F2) is known color: Magenta. HEX triplet: ED, 04 and F2. RGB value is (237,4,242). Sum of RGB (Red+Green+Blue) = 237+4+242=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED04F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04F2 is #12FB0D. Grayscale: #646464. Windows color (decimal): -1243918 or 15860973. OLE color: 15860973.

HSL color Cylindrical-coordinate representation of color #ED04F2: hue angle of 298.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04F2 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 4 242 -
CMYK 0.02 0.98 0 0.05
HSL 298.74º 0.97% 0.48% -
HSV(B) 298.74º 0.98% 0.95% -
XYZ 51 24.5 86.05 -
YUV 100.8 207.69 225.15 -
System Red Green Blue C M Y K H S L
Decimal 237 4 242 0.02 0.98 0 0.05 298.74 0.97 0.48
Hex ED 4 F2 2 62 0 5 12B 61 30
Octal 355 4 362 2 142 0 5 453 141 60
Binary 11101101 100 11110010 10 1100010 0 101 100101011 1100001 110000

Color Harmonies of #ED04F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04F2

Black with #ED04F2

Text Example


Text Example

White with #ED04F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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