Html Css Color HEX #ED03ED Magenta

📋 copy color: '#ED03ED'

red 237 ◦ green 3 ◦ blue 237

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

Shades of Magenta #ED03ED

Tints of Magenta #ED03ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 49.69%
G = 0.63%
B = 49.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED03ED (or 0xED03ED) is known color: Magenta. HEX triplet: ED, 03 and ED. RGB value is (237,3,237). Sum of RGB (Red+Green+Blue) = 237+3+237=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED03ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03ED is #12FC12. Grayscale: #626262. Windows color (decimal): -1244179 or 15533037. OLE color: 15533037.

HSL color Cylindrical-coordinate representation of color #ED03ED: hue angle of 300º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03ED is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 3 237 -
CMYK 0 0.99 0 0.07
HSL 300º 0.98% 0.47% -
HSV(B) 300º 0.99% 0.93% -
XYZ 50.24 24.18 82.14 -
YUV 99.64 205.52 225.97 -
System Red Green Blue C M Y K H S L
Decimal 237 3 237 0 0.99 0 0.07 300 0.98 0.47
Hex ED 3 ED 0 63 0 7 12C 62 2F
Octal 355 3 355 0 143 0 7 454 142 57
Binary 11101101 11 11101101 0 1100011 0 111 100101100 1100010 101111

Color Harmonies of #ED03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED03ED

Black with #ED03ED

Text Example


Text Example

White with #ED03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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