Html Css Color HEX #E21FDB Deep Magenta

📋 copy color: '#E21FDB'

red 226 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #E21FDB

Tints of Deep Magenta #E21FDB

RGB

 RED value IS 226 (88.67% from 255) = 47.48%

 GREEN value IS 31 (12.5% from 255) = 6.51%

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

R = 47.48%
G = 6.51%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E21FDB (or 0xE21FDB) is known color: Deep Magenta. HEX triplet: E2, 1F and DB. RGB value is (226,31,219). Sum of RGB (Red+Green+Blue) = 226+31+219=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FDB is #1DE024. Grayscale: #6E6E6E. Windows color (decimal): -1957925 or 14360546. OLE color: 14360546.

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

Color convert

RGB 226 31 219 -
CMYK 0 0.86 0.03 0.11
HSL 302.15º 0.77% 0.5% -
HSV(B) 302.15º 0.86% 0.89% -
XYZ 44.64 22.26 68.96 -
YUV 110.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 226 31 219 0 0.86 0.03 0.11 302.15 0.77 0.5
Hex E2 1F DB 0 56 3 B 12E 4D 32
Octal 342 37 333 0 126 3 13 456 115 62
Binary 11100010 11111 11011011 0 1010110 11 1011 100101110 1001101 110010

Color Harmonies of #E21FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FDB

Black with #E21FDB

Text Example


Text Example

White with #E21FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FDB; }

 p { color: rgb(226,31,219); }

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

background-color css

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

 a { background-color: rgb(226,31,219); }

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

border-color css

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

 span { border-color: rgb(226,31,219); }

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