Html Css Color HEX #ED21EC Magenta

📋 copy color: '#ED21EC'

red 237 ◦ green 33 ◦ blue 236

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

Shades of Magenta #ED21EC

Tints of Magenta #ED21EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.52%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 46.84%
G = 6.52%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED21EC (or 0xED21EC) is known color: Magenta. HEX triplet: ED, 21 and EC. RGB value is (237,33,236). Sum of RGB (Red+Green+Blue) = 237+33+236=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED21EC is #12DE13. Grayscale: #747474. Windows color (decimal): -1236500 or 15475181. OLE color: 15475181.

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

Color convert

RGB 237 33 236 -
CMYK 0 0.86 0.00 0.07
HSL 300.29º 0.85% 0.53% -
HSV(B) 300.29º 0.86% 0.93% -
XYZ 50.61 25.15 81.54 -
YUV 117.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 237 33 236 0 0.86 0.00 0.07 300.29 0.85 0.53
Hex ED 21 EC 0 56 0 7 12C 55 35
Octal 355 41 354 0 126 0 7 454 125 65
Binary 11101101 100001 11101100 0 1010110 0 111 100101100 1010101 110101

Color Harmonies of #ED21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21EC

Black with #ED21EC

Text Example


Text Example

White with #ED21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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