Html Css Color HEX #E11ADB Deep Magenta

📋 copy color: '#E11ADB'

red 225 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #E11ADB

Tints of Deep Magenta #E11ADB

RGB

 RED value IS 225 (88.28% from 255) = 47.87%

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

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

R = 47.87%
G = 5.53%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E11ADB (or 0xE11ADB) is known color: Deep Magenta. HEX triplet: E1, 1A and DB. RGB value is (225,26,219). Sum of RGB (Red+Green+Blue) = 225+26+219=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E11ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11ADB is #1EE524. Grayscale: #6A6A6A. Windows color (decimal): -2024741 or 14359265. OLE color: 14359265.

HSL color Cylindrical-coordinate representation of color #E11ADB: hue angle of 301.81º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11ADB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 219 -
CMYK 0 0.88 0.03 0.12
HSL 301.81º 0.79% 0.49% -
HSV(B) 301.81º 0.88% 0.88% -
XYZ 44.21 21.86 68.91 -
YUV 107.5 190.93 211.81 -
System Red Green Blue C M Y K H S L
Decimal 225 26 219 0 0.88 0.03 0.12 301.81 0.79 0.49
Hex E1 1A DB 0 58 3 C 12E 4F 31
Octal 341 32 333 0 130 3 14 456 117 61
Binary 11100001 11010 11011011 0 1011000 11 1100 100101110 1001111 110001

Color Harmonies of #E11ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11ADB

Black with #E11ADB

Text Example


Text Example

White with #E11ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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