Html Css Color HEX #E417DC Deep Magenta

📋 copy color: '#E417DC'

red 228 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #E417DC

Tints of Deep Magenta #E417DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 48.41%
G = 4.88%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E417DC (or 0xE417DC) is known color: Deep Magenta. HEX triplet: E4, 17 and DC. RGB value is (228,23,220). Sum of RGB (Red+Green+Blue) = 228+23+220=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E417DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E417DC is #1BE823. Grayscale: #6A6A6A. Windows color (decimal): -1828900 or 14424036. OLE color: 14424036.

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

Color convert

RGB 228 23 220 -
CMYK 0 0.90 0.04 0.11
HSL 302.34º 0.82% 0.49% -
HSV(B) 302.34º 0.9% 0.89% -
XYZ 45.22 22.27 69.63 -
YUV 106.75 191.92 214.48 -
System Red Green Blue C M Y K H S L
Decimal 228 23 220 0 0.90 0.04 0.11 302.34 0.82 0.49
Hex E4 17 DC 0 5A 4 B 12E 52 31
Octal 344 27 334 0 132 4 13 456 122 61
Binary 11100100 10111 11011100 0 1011010 100 1011 100101110 1010010 110001

Color Harmonies of #E417DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E417DC

Black with #E417DC

Text Example


Text Example

White with #E417DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E417DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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