Html Css Color HEX #E410DA Deep Magenta

📋 copy color: '#E410DA'

red 228 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #E410DA

Tints of Deep Magenta #E410DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.46%

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

R = 49.35%
G = 3.46%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E410DA (or 0xE410DA) is known color: Deep Magenta. HEX triplet: E4, 10 and DA. RGB value is (228,16,218). Sum of RGB (Red+Green+Blue) = 228+16+218=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E410DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E410DA is #1BEF25. Grayscale: #656565. Windows color (decimal): -1830694 or 14291172. OLE color: 14291172.

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

Color convert

RGB 228 16 218 -
CMYK 0 0.93 0.04 0.11
HSL 302.83º 0.87% 0.48% -
HSV(B) 302.83º 0.93% 0.89% -
XYZ 44.84 21.93 68.2 -
YUV 102.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 228 16 218 0 0.93 0.04 0.11 302.83 0.87 0.48
Hex E4 10 DA 0 5D 4 B 12F 57 30
Octal 344 20 332 0 135 4 13 457 127 60
Binary 11100100 10000 11011010 0 1011101 100 1011 100101111 1010111 110000

Color Harmonies of #E410DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E410DA

Black with #E410DA

Text Example


Text Example

White with #E410DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E410DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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