Html Css Color HEX #E41DDD Deep Magenta

📋 copy color: '#E41DDD'

red 228 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #E41DDD

Tints of Deep Magenta #E41DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 47.7%
G = 6.07%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E41DDD (or 0xE41DDD) is known color: Deep Magenta. HEX triplet: E4, 1D and DD. RGB value is (228,29,221). Sum of RGB (Red+Green+Blue) = 228+29+221=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DDD is #1BE222. Grayscale: #6D6D6D. Windows color (decimal): -1827363 or 14491108. OLE color: 14491108.

HSL color Cylindrical-coordinate representation of color #E41DDD: hue angle of 302.11º 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 #E41DDD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 29 221 -
CMYK 0 0.87 0.03 0.11
HSL 302.11º 0.79% 0.5% -
HSV(B) 302.11º 0.87% 0.89% -
XYZ 45.49 22.59 70.37 -
YUV 110.39 190.43 211.89 -
System Red Green Blue C M Y K H S L
Decimal 228 29 221 0 0.87 0.03 0.11 302.11 0.79 0.5
Hex E4 1D DD 0 57 3 B 12E 4F 32
Octal 344 35 335 0 127 3 13 456 117 62
Binary 11100100 11101 11011101 0 1010111 11 1011 100101110 1001111 110010

Color Harmonies of #E41DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DDD

Black with #E41DDD

Text Example


Text Example

White with #E41DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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