Html Css Color HEX #E417DD Deep Magenta

📋 copy color: '#E417DD'

red 228 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #E417DD

Tints of Deep Magenta #E417DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.87%

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

R = 48.31%
G = 4.87%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E417DD (or 0xE417DD) is known color: Deep Magenta. HEX triplet: E4, 17 and DD. RGB value is (228,23,221). Sum of RGB (Red+Green+Blue) = 228+23+221=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E417DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E417DD is #1BE822. Grayscale: #6A6A6A. Windows color (decimal): -1828899 or 14489572. OLE color: 14489572.

HSL color Cylindrical-coordinate representation of color #E417DD: hue angle of 302.05º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E417DD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 23 221 -
CMYK 0 0.90 0.03 0.11
HSL 302.05º 0.82% 0.49% -
HSV(B) 302.05º 0.9% 0.89% -
XYZ 45.35 22.33 70.33 -
YUV 106.87 192.42 214.4 -
System Red Green Blue C M Y K H S L
Decimal 228 23 221 0 0.90 0.03 0.11 302.05 0.82 0.49
Hex E4 17 DD 0 5A 3 B 12E 52 31
Octal 344 27 335 0 132 3 13 456 122 61
Binary 11100100 10111 11011101 0 1011010 11 1011 100101110 1010010 110001

Color Harmonies of #E417DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E417DD

Black with #E417DD

Text Example


Text Example

White with #E417DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E417DD; }

 p { color: rgb(228,23,221); }

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

background-color css

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

 a { background-color: rgb(228,23,221); }

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

border-color css

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

 span { border-color: rgb(228,23,221); }

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