Html Css Color HEX #E419DF Deep Magenta

📋 copy color: '#E419DF'

red 228 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #E419DF

Tints of Deep Magenta #E419DF

RGB

 RED value IS 228 (89.45% from 255) = 47.9%

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 47.9%
G = 5.25%
B = 46.85%

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

#E419DF (or 0xE419DF) is known color: Deep Magenta. HEX triplet: E4, 19 and DF. RGB value is (228,25,223). Sum of RGB (Red+Green+Blue) = 228+25+223=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E419DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E419DF is #1BE620. Grayscale: #6B6B6B. Windows color (decimal): -1828385 or 14621156. OLE color: 14621156.

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

Color convert

RGB 228 25 223 -
CMYK 0 0.89 0.02 0.11
HSL 301.48º 0.8% 0.5% -
HSV(B) 301.48º 0.89% 0.89% -
XYZ 45.66 22.52 71.75 -
YUV 108.27 192.75 213.4 -
System Red Green Blue C M Y K H S L
Decimal 228 25 223 0 0.89 0.02 0.11 301.48 0.8 0.5
Hex E4 19 DF 0 59 2 B 12D 50 32
Octal 344 31 337 0 131 2 13 455 120 62
Binary 11100100 11001 11011111 0 1011001 10 1011 100101101 1010000 110010

Color Harmonies of #E419DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E419DF

Black with #E419DF

Text Example


Text Example

White with #E419DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E419DF; }

 p { color: rgb(228,25,223); }

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

background-color css

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

 a { background-color: rgb(228,25,223); }

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

border-color css

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

 span { border-color: rgb(228,25,223); }

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