#ED21ED

Color #ED21ED Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #ED21ED

Tints of Magenta #ED21ED

Color information

#ED21ED (or 0xED21ED) is unknown color: approx Magenta. HEX triplet: ED, 21 and ED. RGB value is (237,33,237). Sum of RGB (Red+Green+Blue) = 237+33+237=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21ED is #12DE12. Grayscale: #747474. Windows color (decimal): -1236499 or 15540717. OLE color: 15540717.

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

Color convert

RGB23733237-
CMYK00.8600.07
HSL300º85%52.94%-
HSV(B)300º86.08%92.94%-
XYZ50.7525.2182.31-
YUV117.25195.59213.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 33 (13.28% from 255) = 6.51%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=46.75%
G=6.51%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373323700.8600.073008552.94
HexED21ED0560712c5535
Octal3554135501260745412565
Binary11101101100001111011010101011001111001011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED21ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED21ED; }

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

 H1.HeaderClassName
 {
   color: #ED21ED;
 }
 .AnyTagClassName
 {
   color: #ED21ED;
 }
</style>
background-color css

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

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

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

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

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

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