Html Css Color HEX #E11CDB Deep Magenta

📋 copy color: '#E11CDB'

red 225 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #E11CDB

Tints of Deep Magenta #E11CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.93%

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

R = 47.67%
G = 5.93%
B = 46.4%

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

#E11CDB (or 0xE11CDB) is known color: Deep Magenta. HEX triplet: E1, 1C and DB. RGB value is (225,28,219). Sum of RGB (Red+Green+Blue) = 225+28+219=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDB is #1EE324. Grayscale: #6C6C6C. Windows color (decimal): -2024229 or 14359777. OLE color: 14359777.

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

Color convert

RGB 225 28 219 -
CMYK 0 0.88 0.03 0.12
HSL 301.83º 0.78% 0.5% -
HSV(B) 301.83º 0.88% 0.88% -
XYZ 44.25 21.95 68.92 -
YUV 108.68 190.27 210.97 -
System Red Green Blue C M Y K H S L
Decimal 225 28 219 0 0.88 0.03 0.12 301.83 0.78 0.5
Hex E1 1C DB 0 58 3 C 12E 4E 32
Octal 341 34 333 0 130 3 14 456 116 62
Binary 11100001 11100 11011011 0 1011000 11 1100 100101110 1001110 110010

Color Harmonies of #E11CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CDB

Black with #E11CDB

Text Example


Text Example

White with #E11CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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