Html Css Color HEX #ED03F1 Magenta

📋 copy color: '#ED03F1'

red 237 ◦ green 3 ◦ blue 241

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

Shades of Magenta #ED03F1

Tints of Magenta #ED03F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.62%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 49.27%
G = 0.62%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED03F1 (or 0xED03F1) is known color: Magenta. HEX triplet: ED, 03 and F1. RGB value is (237,3,241). Sum of RGB (Red+Green+Blue) = 237+3+241=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED03F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03F1 is #12FC0E. Grayscale: #636363. Windows color (decimal): -1244175 or 15795181. OLE color: 15795181.

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

Color convert

RGB 237 3 241 -
CMYK 0.02 0.99 0 0.05
HSL 298.99º 0.98% 0.48% -
HSV(B) 298.99º 0.99% 0.95% -
XYZ 50.83 24.42 85.25 -
YUV 100.1 207.52 225.65 -
System Red Green Blue C M Y K H S L
Decimal 237 3 241 0.02 0.99 0 0.05 298.99 0.98 0.48
Hex ED 3 F1 2 63 0 5 12B 62 30
Octal 355 3 361 2 143 0 5 453 142 60
Binary 11101101 11 11110001 10 1100011 0 101 100101011 1100010 110000

Color Harmonies of #ED03F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03F1

Black with #ED03F1

Text Example


Text Example

White with #ED03F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03F1; }

 p { color: rgb(237,3,241); }

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

background-color css

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

 a { background-color: rgb(237,3,241); }

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

border-color css

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

 span { border-color: rgb(237,3,241); }

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