Html Css Color HEX #E41ADB Deep Magenta

📋 copy color: '#E41ADB'

red 228 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #E41ADB

Tints of Deep Magenta #E41ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.5%

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

R = 48.2%
G = 5.5%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E41ADB (or 0xE41ADB) is known color: Deep Magenta. HEX triplet: E4, 1A and DB. RGB value is (228,26,219). Sum of RGB (Red+Green+Blue) = 228+26+219=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ADB is #1BE524. Grayscale: #6B6B6B. Windows color (decimal): -1828133 or 14359268. OLE color: 14359268.

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

Color convert

RGB 228 26 219 -
CMYK 0 0.89 0.04 0.11
HSL 302.67º 0.8% 0.5% -
HSV(B) 302.67º 0.89% 0.89% -
XYZ 45.15 22.35 68.95 -
YUV 108.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 228 26 219 0 0.89 0.04 0.11 302.67 0.8 0.5
Hex E4 1A DB 0 59 4 B 12F 50 32
Octal 344 32 333 0 131 4 13 457 120 62
Binary 11100100 11010 11011011 0 1011001 100 1011 100101111 1010000 110010

Color Harmonies of #E41ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41ADB

Black with #E41ADB

Text Example


Text Example

White with #E41ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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