Html Css Color HEX #E415DC Deep Magenta

📋 copy color: '#E415DC'

red 228 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #E415DC

Tints of Deep Magenta #E415DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.48%

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

R = 48.61%
G = 4.48%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E415DC (or 0xE415DC) is known color: Deep Magenta. HEX triplet: E4, 15 and DC. RGB value is (228,21,220). Sum of RGB (Red+Green+Blue) = 228+21+220=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E415DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415DC is #1BEA23. Grayscale: #686868. Windows color (decimal): -1829412 or 14423524. OLE color: 14423524.

HSL color Cylindrical-coordinate representation of color #E415DC: hue angle of 302.32º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E415DC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 21 220 -
CMYK 0 0.91 0.04 0.11
HSL 302.32º 0.83% 0.49% -
HSV(B) 302.32º 0.91% 0.89% -
XYZ 45.18 22.2 69.61 -
YUV 105.58 192.58 215.32 -
System Red Green Blue C M Y K H S L
Decimal 228 21 220 0 0.91 0.04 0.11 302.32 0.83 0.49
Hex E4 15 DC 0 5B 4 B 12E 53 31
Octal 344 25 334 0 133 4 13 456 123 61
Binary 11100100 10101 11011100 0 1011011 100 1011 100101110 1010011 110001

Color Harmonies of #E415DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415DC

Black with #E415DC

Text Example


Text Example

White with #E415DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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