Html Css Color HEX #E21DD3 Deep Magenta

📋 copy color: '#E21DD3'

red 226 ◦ green 29 ◦ blue 211

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

Shades of Deep Magenta #E21DD3

Tints of Deep Magenta #E21DD3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.22%

 BLUE value IS 211 (82.81% from 255) = 45.28%

R = 48.5%
G = 6.22%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E21DD3 (or 0xE21DD3) is known color: Deep Magenta. HEX triplet: E2, 1D and D3. RGB value is (226,29,211). Sum of RGB (Red+Green+Blue) = 226+29+211=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DD3 is #1DE22C. Grayscale: #6C6C6C. Windows color (decimal): -1958445 or 13835746. OLE color: 13835746.

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

Color convert

RGB 226 29 211 -
CMYK 0 0.87 0.07 0.11
HSL 304.57º 0.77% 0.5% -
HSV(B) 304.57º 0.87% 0.89% -
XYZ 43.56 21.75 63.53 -
YUV 108.65 185.77 211.7 -
System Red Green Blue C M Y K H S L
Decimal 226 29 211 0 0.87 0.07 0.11 304.57 0.77 0.5
Hex E2 1D D3 0 57 7 B 131 4D 32
Octal 342 35 323 0 127 7 13 461 115 62
Binary 11100010 11101 11010011 0 1010111 111 1011 100110001 1001101 110010

Color Harmonies of #E21DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DD3

Black with #E21DD3

Text Example


Text Example

White with #E21DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DD3; }

 p { color: rgb(226,29,211); }

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

background-color css

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

 a { background-color: rgb(226,29,211); }

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

border-color css

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

 span { border-color: rgb(226,29,211); }

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