#ED21EA

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

Shades of Magenta #ED21EA

Tints of Magenta #ED21EA

Color information

#ED21EA (or 0xED21EA) is unknown color: approx Magenta. HEX triplet: ED, 21 and EA. RGB value is (237,33,234). Sum of RGB (Red+Green+Blue) = 237+33+234=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21EA is #12DE15. Grayscale: #747474. Windows color (decimal): -1236502 or 15344109. OLE color: 15344109.

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

Color convert

RGB23733234-
CMYK00.860.010.07
HSL300.88º85%52.94%-
HSV(B)300.88º86.08%92.94%-
XYZ50.3225.0380.02-
YUV116.91194.09213.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 33 (13.28% from 255) = 6.55%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=47.02%
G=6.55%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373323400.860.010.07300.888552.94
HexED21EA0561712d5535
Octal3554135201261745512565
Binary11101101100001111010100101011011111001011011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED21EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED21EA; }

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

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

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

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

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

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

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

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