Html Css Color HEX #E415D9 Deep Magenta

📋 copy color: '#E415D9'

red 228 ◦ green 21 ◦ blue 217

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

Shades of Deep Magenta #E415D9

Tints of Deep Magenta #E415D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.57%

R = 48.93%
G = 4.51%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E415D9 (or 0xE415D9) is known color: Deep Magenta. HEX triplet: E4, 15 and D9. RGB value is (228,21,217). Sum of RGB (Red+Green+Blue) = 228+21+217=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E415D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415D9 is #1BEA26. Grayscale: #686868. Windows color (decimal): -1829415 or 14226916. OLE color: 14226916.

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

Color convert

RGB 228 21 217 -
CMYK 0 0.91 0.05 0.11
HSL 303.19º 0.83% 0.49% -
HSV(B) 303.19º 0.91% 0.89% -
XYZ 44.79 22.04 67.54 -
YUV 105.24 191.08 215.56 -
System Red Green Blue C M Y K H S L
Decimal 228 21 217 0 0.91 0.05 0.11 303.19 0.83 0.49
Hex E4 15 D9 0 5B 5 B 12F 53 31
Octal 344 25 331 0 133 5 13 457 123 61
Binary 11100100 10101 11011001 0 1011011 101 1011 100101111 1010011 110001

Color Harmonies of #E415D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415D9

Black with #E415D9

Text Example


Text Example

White with #E415D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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