Html Css Color HEX #ED21EA Magenta

📋 copy color: '#ED21EA'

red 237 ◦ green 33 ◦ blue 234

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

Shades of Magenta #ED21EA

Tints of Magenta #ED21EA

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.8% from 255) = 46.43%

R = 47.02%
G = 6.55%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED21EA (or 0xED21EA) is known color: 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

RGB 237 33 234 -
CMYK 0 0.86 0.01 0.07
HSL 300.88º 0.85% 0.53% -
HSV(B) 300.88º 0.86% 0.93% -
XYZ 50.32 25.03 80.02 -
YUV 116.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 237 33 234 0 0.86 0.01 0.07 300.88 0.85 0.53
Hex ED 21 EA 0 56 1 7 12D 55 35
Octal 355 41 352 0 126 1 7 455 125 65
Binary 11101101 100001 11101010 0 1010110 1 111 100101101 1010101 110101

Color Harmonies of #ED21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21EA

Black with #ED21EA

Text Example


Text Example

White with #ED21EA

Text Example


Text Example

HTML Codes & Css Web 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>