Html Css Color HEX #E407DA Deep Magenta

📋 copy color: '#E407DA'

red 228 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #E407DA

Tints of Deep Magenta #E407DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 50.33%
G = 1.55%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E407DA (or 0xE407DA) is known color: Deep Magenta. HEX triplet: E4, 07 and DA. RGB value is (228,7,218). Sum of RGB (Red+Green+Blue) = 228+7+218=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E407DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E407DA is #1BF825. Grayscale: #606060. Windows color (decimal): -1832998 or 14288868. OLE color: 14288868.

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

Color convert

RGB 228 7 218 -
CMYK 0 0.97 0.04 0.11
HSL 302.71º 0.94% 0.46% -
HSV(B) 302.71º 0.97% 0.89% -
XYZ 44.73 21.71 68.16 -
YUV 97.13 196.22 221.34 -
System Red Green Blue C M Y K H S L
Decimal 228 7 218 0 0.97 0.04 0.11 302.71 0.94 0.46
Hex E4 7 DA 0 61 4 B 12F 5E 2E
Octal 344 7 332 0 141 4 13 457 136 56
Binary 11100100 111 11011010 0 1100001 100 1011 100101111 1011110 101110

Color Harmonies of #E407DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E407DA

Black with #E407DA

Text Example


Text Example

White with #E407DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E407DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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