Html Css Color HEX #E413D9 Deep Magenta

📋 copy color: '#E413D9'

red 228 ◦ green 19 ◦ blue 217

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

Shades of Deep Magenta #E413D9

Tints of Deep Magenta #E413D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 49.14%
G = 4.09%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E413D9 (or 0xE413D9) is known color: Deep Magenta. HEX triplet: E4, 13 and D9. RGB value is (228,19,217). Sum of RGB (Red+Green+Blue) = 228+19+217=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E413D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E413D9 is #1BEC26. Grayscale: #676767. Windows color (decimal): -1829927 or 14226404. OLE color: 14226404.

HSL color Cylindrical-coordinate representation of color #E413D9: hue angle of 303.16º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413D9 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 19 217 -
CMYK 0 0.92 0.05 0.11
HSL 303.16º 0.85% 0.48% -
HSV(B) 303.16º 0.92% 0.89% -
XYZ 44.75 21.97 67.53 -
YUV 104.06 191.74 216.4 -
System Red Green Blue C M Y K H S L
Decimal 228 19 217 0 0.92 0.05 0.11 303.16 0.85 0.48
Hex E4 13 D9 0 5C 5 B 12F 55 30
Octal 344 23 331 0 134 5 13 457 125 60
Binary 11100100 10011 11011001 0 1011100 101 1011 100101111 1010101 110000

Color Harmonies of #E413D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E413D9

Black with #E413D9

Text Example


Text Example

White with #E413D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E413D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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