Html Css Color HEX #E219DA Deep Magenta

📋 copy color: '#E219DA'

red 226 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #E219DA

Tints of Deep Magenta #E219DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 48.19%
G = 5.33%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E219DA (or 0xE219DA) is known color: Deep Magenta. HEX triplet: E2, 19 and DA. RGB value is (226,25,218). Sum of RGB (Red+Green+Blue) = 226+25+218=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E219DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219DA is #1DE625. Grayscale: #6A6A6A. Windows color (decimal): -1959462 or 14293474. OLE color: 14293474.

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

Color convert

RGB 226 25 218 -
CMYK 0 0.89 0.04 0.11
HSL 302.39º 0.8% 0.49% -
HSV(B) 302.39º 0.89% 0.89% -
XYZ 44.37 21.93 68.22 -
YUV 107.1 190.59 212.81 -
System Red Green Blue C M Y K H S L
Decimal 226 25 218 0 0.89 0.04 0.11 302.39 0.8 0.49
Hex E2 19 DA 0 59 4 B 12E 50 31
Octal 342 31 332 0 131 4 13 456 120 61
Binary 11100010 11001 11011010 0 1011001 100 1011 100101110 1010000 110001

Color Harmonies of #E219DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219DA

Black with #E219DA

Text Example


Text Example

White with #E219DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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