Html Css Color HEX #E319DD Deep Magenta

📋 copy color: '#E319DD'

red 227 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #E319DD

Tints of Deep Magenta #E319DD

RGB

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

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

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

R = 47.99%
G = 5.29%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E319DD (or 0xE319DD) is known color: Deep Magenta. HEX triplet: E3, 19 and DD. RGB value is (227,25,221). Sum of RGB (Red+Green+Blue) = 227+25+221=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E319DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E319DD is #1CE622. Grayscale: #6B6B6B. Windows color (decimal): -1893923 or 14490083. OLE color: 14490083.

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

Color convert

RGB 227 25 221 -
CMYK 0 0.89 0.03 0.11
HSL 301.78º 0.8% 0.49% -
HSV(B) 301.78º 0.89% 0.89% -
XYZ 45.08 22.25 70.32 -
YUV 107.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 227 25 221 0 0.89 0.03 0.11 301.78 0.8 0.49
Hex E3 19 DD 0 59 3 B 12E 50 31
Octal 343 31 335 0 131 3 13 456 120 61
Binary 11100011 11001 11011101 0 1011001 11 1011 100101110 1010000 110001

Color Harmonies of #E319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319DD

Black with #E319DD

Text Example


Text Example

White with #E319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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