Html Css Color HEX #E41DDB Deep Magenta

📋 copy color: '#E41DDB'

red 228 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #E41DDB

Tints of Deep Magenta #E41DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 47.9%
G = 6.09%
B = 46.01%

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

#E41DDB (or 0xE41DDB) is known color: Deep Magenta. HEX triplet: E4, 1D and DB. RGB value is (228,29,219). Sum of RGB (Red+Green+Blue) = 228+29+219=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DDB is #1BE224. Grayscale: #6D6D6D. Windows color (decimal): -1827365 or 14360036. OLE color: 14360036.

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

Color convert

RGB 228 29 219 -
CMYK 0 0.87 0.04 0.11
HSL 302.71º 0.79% 0.5% -
HSV(B) 302.71º 0.87% 0.89% -
XYZ 45.22 22.49 68.97 -
YUV 110.16 189.43 212.05 -
System Red Green Blue C M Y K H S L
Decimal 228 29 219 0 0.87 0.04 0.11 302.71 0.79 0.5
Hex E4 1D DB 0 57 4 B 12F 4F 32
Octal 344 35 333 0 127 4 13 457 117 62
Binary 11100100 11101 11011011 0 1010111 100 1011 100101111 1001111 110010

Color Harmonies of #E41DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DDB

Black with #E41DDB

Text Example


Text Example

White with #E41DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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