Html Css Color HEX #E403D9 Deep Magenta

📋 copy color: '#E403D9'

red 228 ◦ green 3 ◦ blue 217

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

Shades of Deep Magenta #E403D9

Tints of Deep Magenta #E403D9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 50.89%
G = 0.67%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E403D9 (or 0xE403D9) is known color: Deep Magenta. HEX triplet: E4, 03 and D9. RGB value is (228,3,217). Sum of RGB (Red+Green+Blue) = 228+3+217=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E403D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403D9 is #1BFC26. Grayscale: #5E5E5E. Windows color (decimal): -1834023 or 14222308. OLE color: 14222308.

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

Color convert

RGB 228 3 217 -
CMYK 0 0.99 0.05 0.11
HSL 302.93º 0.97% 0.45% -
HSV(B) 302.93º 0.99% 0.89% -
XYZ 44.55 21.57 67.46 -
YUV 94.67 197.04 223.1 -
System Red Green Blue C M Y K H S L
Decimal 228 3 217 0 0.99 0.05 0.11 302.93 0.97 0.45
Hex E4 3 D9 0 63 5 B 12F 61 2D
Octal 344 3 331 0 143 5 13 457 141 55
Binary 11100100 11 11011001 0 1100011 101 1011 100101111 1100001 101101

Color Harmonies of #E403D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E403D9

Black with #E403D9

Text Example


Text Example

White with #E403D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E403D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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