Html Css Color HEX #E319DA Deep Magenta

📋 copy color: '#E319DA'

red 227 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #E319DA

Tints of Deep Magenta #E319DA

RGB

 RED value IS 227 (89.06% from 255) = 48.3%

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

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

R = 48.3%
G = 5.32%
B = 46.38%

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

#E319DA (or 0xE319DA) is known color: Deep Magenta. HEX triplet: E3, 19 and DA. RGB value is (227,25,218). Sum of RGB (Red+Green+Blue) = 227+25+218=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E319DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319DA is #1CE625. Grayscale: #6A6A6A. Windows color (decimal): -1893926 or 14293475. OLE color: 14293475.

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

Color convert

RGB 227 25 218 -
CMYK 0 0.89 0.04 0.11
HSL 302.67º 0.8% 0.49% -
HSV(B) 302.67º 0.89% 0.89% -
XYZ 44.68 22.09 68.24 -
YUV 107.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 227 25 218 0 0.89 0.04 0.11 302.67 0.8 0.49
Hex E3 19 DA 0 59 4 B 12F 50 31
Octal 343 31 332 0 131 4 13 457 120 61
Binary 11100011 11001 11011010 0 1011001 100 1011 100101111 1010000 110001

Color Harmonies of #E319DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319DA

Black with #E319DA

Text Example


Text Example

White with #E319DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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