Html Css Color HEX #E41DDA Deep Magenta

📋 copy color: '#E41DDA'

red 228 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #E41DDA

Tints of Deep Magenta #E41DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

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

R = 48%
G = 6.11%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E41DDA (or 0xE41DDA) is known color: Deep Magenta. HEX triplet: E4, 1D and DA. RGB value is (228,29,218). Sum of RGB (Red+Green+Blue) = 228+29+218=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DDA is #1BE225. Grayscale: #6D6D6D. Windows color (decimal): -1827366 or 14294500. OLE color: 14294500.

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

Color convert

RGB 228 29 218 -
CMYK 0 0.87 0.04 0.11
HSL 303.02º 0.79% 0.5% -
HSV(B) 303.02º 0.87% 0.89% -
XYZ 45.09 22.43 68.28 -
YUV 110.05 188.93 212.13 -
System Red Green Blue C M Y K H S L
Decimal 228 29 218 0 0.87 0.04 0.11 303.02 0.79 0.5
Hex E4 1D DA 0 57 4 B 12F 4F 32
Octal 344 35 332 0 127 4 13 457 117 62
Binary 11100100 11101 11011010 0 1010111 100 1011 100101111 1001111 110010

Color Harmonies of #E41DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DDA

Black with #E41DDA

Text Example


Text Example

White with #E41DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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