Html Css Color HEX #E219DE Deep Magenta

📋 copy color: '#E219DE'

red 226 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #E219DE

Tints of Deep Magenta #E219DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.29%

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 47.78%
G = 5.29%
B = 46.93%

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

#E219DE (or 0xE219DE) is known color: Deep Magenta. HEX triplet: E2, 19 and DE. RGB value is (226,25,222). Sum of RGB (Red+Green+Blue) = 226+25+222=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E219DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219DE is #1DE621. Grayscale: #6A6A6A. Windows color (decimal): -1959458 or 14555618. OLE color: 14555618.

HSL color Cylindrical-coordinate representation of color #E219DE: hue angle of 301.19º degrees, saturation: 0.8, 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 #E219DE is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 222 -
CMYK 0 0.89 0.02 0.11
HSL 301.19º 0.8% 0.49% -
HSV(B) 301.19º 0.89% 0.89% -
XYZ 44.9 22.14 71.01 -
YUV 107.56 192.59 212.48 -
System Red Green Blue C M Y K H S L
Decimal 226 25 222 0 0.89 0.02 0.11 301.19 0.8 0.49
Hex E2 19 DE 0 59 2 B 12D 50 31
Octal 342 31 336 0 131 2 13 455 120 61
Binary 11100010 11001 11011110 0 1011001 10 1011 100101101 1010000 110001

Color Harmonies of #E219DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219DE

Black with #E219DE

Text Example


Text Example

White with #E219DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219DE; }

 p { color: rgb(226,25,222); }

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

background-color css

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

 a { background-color: rgb(226,25,222); }

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

border-color css

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

 span { border-color: rgb(226,25,222); }

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