Html Css Color HEX #E210DB Deep Magenta

📋 copy color: '#E210DB'

red 226 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #E210DB

Tints of Deep Magenta #E210DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.47%

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

R = 49.02%
G = 3.47%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E210DB (or 0xE210DB) is known color: Deep Magenta. HEX triplet: E2, 10 and DB. RGB value is (226,16,219). Sum of RGB (Red+Green+Blue) = 226+16+219=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E210DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210DB is #1DEF24. Grayscale: #656565. Windows color (decimal): -1961765 or 14356706. OLE color: 14356706.

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

Color convert

RGB 226 16 219 -
CMYK 0 0.93 0.03 0.11
HSL 302º 0.87% 0.47% -
HSV(B) 302º 0.93% 0.89% -
XYZ 44.34 21.65 68.86 -
YUV 101.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 226 16 219 0 0.93 0.03 0.11 302 0.87 0.47
Hex E2 10 DB 0 5D 3 B 12E 57 2F
Octal 342 20 333 0 135 3 13 456 127 57
Binary 11100010 10000 11011011 0 1011101 11 1011 100101110 1010111 101111

Color Harmonies of #E210DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210DB

Black with #E210DB

Text Example


Text Example

White with #E210DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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