Html Css Color HEX #E201DB Deep Magenta

📋 copy color: '#E201DB'

red 226 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #E201DB

Tints of Deep Magenta #E201DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.67%
G = 0.22%
B = 49.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E201DB (or 0xE201DB) is known color: Deep Magenta. HEX triplet: E2, 01 and DB. RGB value is (226,1,219). Sum of RGB (Red+Green+Blue) = 226+1+219=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E201DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201DB is #1DFE24. Grayscale: #5C5C5C. Windows color (decimal): -1965605 or 14352866. OLE color: 14352866.

HSL color Cylindrical-coordinate representation of color #E201DB: hue angle of 301.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201DB is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 219 -
CMYK 0 1.00 0.03 0.11
HSL 301.87º 0.99% 0.45% -
HSV(B) 301.87º 1% 0.89% -
XYZ 44.16 21.3 68.8 -
YUV 93.13 199.04 222.77 -
System Red Green Blue C M Y K H S L
Decimal 226 1 219 0 1.00 0.03 0.11 301.87 0.99 0.45
Hex E2 1 DB 0 64 3 B 12E 63 2D
Octal 342 1 333 0 144 3 13 456 143 55
Binary 11100010 1 11011011 0 1100100 11 1011 100101110 1100011 101101

Color Harmonies of #E201DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E201DB

Black with #E201DB

Text Example


Text Example

White with #E201DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E201DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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