Html Css Color HEX #E408DA Deep Magenta

📋 copy color: '#E408DA'

red 228 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #E408DA

Tints of Deep Magenta #E408DA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 50.22%
G = 1.76%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E408DA (or 0xE408DA) is known color: Deep Magenta. HEX triplet: E4, 08 and DA. RGB value is (228,8,218). Sum of RGB (Red+Green+Blue) = 228+8+218=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E408DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E408DA is #1BF725. Grayscale: #616161. Windows color (decimal): -1832742 or 14289124. OLE color: 14289124.

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

Color convert

RGB 228 8 218 -
CMYK 0 0.96 0.04 0.11
HSL 302.73º 0.93% 0.46% -
HSV(B) 302.73º 0.96% 0.89% -
XYZ 44.74 21.73 68.17 -
YUV 97.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 228 8 218 0 0.96 0.04 0.11 302.73 0.93 0.46
Hex E4 8 DA 0 60 4 B 12F 5D 2E
Octal 344 10 332 0 140 4 13 457 135 56
Binary 11100100 1000 11011010 0 1100000 100 1011 100101111 1011101 101110

Color Harmonies of #E408DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E408DA

Black with #E408DA

Text Example


Text Example

White with #E408DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E408DA; }

 p { color: rgb(228,8,218); }

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

background-color css

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

 a { background-color: rgb(228,8,218); }

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

border-color css

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

 span { border-color: rgb(228,8,218); }

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