Html Css Color HEX #E218DD Deep Magenta

📋 copy color: '#E218DD'

red 226 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #E218DD

Tints of Deep Magenta #E218DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.1%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 47.98%
G = 5.1%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E218DD (or 0xE218DD) is known color: Deep Magenta. HEX triplet: E2, 18 and DD. RGB value is (226,24,221). Sum of RGB (Red+Green+Blue) = 226+24+221=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E218DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E218DD is #1DE722. Grayscale: #6A6A6A. Windows color (decimal): -1959715 or 14489826. OLE color: 14489826.

HSL color Cylindrical-coordinate representation of color #E218DD: hue angle of 301.49º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218DD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 24 221 -
CMYK 0 0.89 0.02 0.11
HSL 301.49º 0.81% 0.49% -
HSV(B) 301.49º 0.89% 0.89% -
XYZ 44.74 22.04 70.3 -
YUV 106.86 192.42 212.98 -
System Red Green Blue C M Y K H S L
Decimal 226 24 221 0 0.89 0.02 0.11 301.49 0.81 0.49
Hex E2 18 DD 0 59 2 B 12D 51 31
Octal 342 30 335 0 131 2 13 455 121 61
Binary 11100010 11000 11011101 0 1011001 10 1011 100101101 1010001 110001

Color Harmonies of #E218DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E218DD

Black with #E218DD

Text Example


Text Example

White with #E218DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E218DD; }

 p { color: rgb(226,24,221); }

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

background-color css

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

 a { background-color: rgb(226,24,221); }

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

border-color css

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

 span { border-color: rgb(226,24,221); }

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