Html Css Color HEX #E21ED8 Deep Magenta

📋 copy color: '#E21ED8'

red 226 ◦ green 30 ◦ blue 216

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

Shades of Deep Magenta #E21ED8

Tints of Deep Magenta #E21ED8

RGB

 RED value IS 226 (88.67% from 255) = 47.88%

 GREEN value IS 30 (12.11% from 255) = 6.36%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 47.88%
G = 6.36%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E21ED8 (or 0xE21ED8) is known color: Deep Magenta. HEX triplet: E2, 1E and D8. RGB value is (226,30,216). Sum of RGB (Red+Green+Blue) = 226+30+216=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ED8 is #1DE127. Grayscale: #6D6D6D. Windows color (decimal): -1958184 or 14163682. OLE color: 14163682.

HSL color Cylindrical-coordinate representation of color #E21ED8: hue angle of 303.06º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21ED8 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 216 -
CMYK 0 0.87 0.04 0.11
HSL 303.06º 0.77% 0.5% -
HSV(B) 303.06º 0.87% 0.89% -
XYZ 44.22 22.06 66.89 -
YUV 109.81 187.93 210.88 -
System Red Green Blue C M Y K H S L
Decimal 226 30 216 0 0.87 0.04 0.11 303.06 0.77 0.5
Hex E2 1E D8 0 57 4 B 12F 4D 32
Octal 342 36 330 0 127 4 13 457 115 62
Binary 11100010 11110 11011000 0 1010111 100 1011 100101111 1001101 110010

Color Harmonies of #E21ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21ED8

Black with #E21ED8

Text Example


Text Example

White with #E21ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21ED8; }

 p { color: rgb(226,30,216); }

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

background-color css

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

 a { background-color: rgb(226,30,216); }

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

border-color css

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

 span { border-color: rgb(226,30,216); }

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