Html Css Color HEX #E213DB Deep Magenta

📋 copy color: '#E213DB'

red 226 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #E213DB

Tints of Deep Magenta #E213DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 48.71%
G = 4.09%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E213DB (or 0xE213DB) is known color: Deep Magenta. HEX triplet: E2, 13 and DB. RGB value is (226,19,219). Sum of RGB (Red+Green+Blue) = 226+19+219=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E213DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E213DB is #1DEC24. Grayscale: #676767. Windows color (decimal): -1960997 or 14357474. OLE color: 14357474.

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

Color convert

RGB 226 19 219 -
CMYK 0 0.92 0.03 0.11
HSL 302.03º 0.84% 0.48% -
HSV(B) 302.03º 0.92% 0.89% -
XYZ 44.38 21.75 68.88 -
YUV 103.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 226 19 219 0 0.92 0.03 0.11 302.03 0.84 0.48
Hex E2 13 DB 0 5C 3 B 12E 54 30
Octal 342 23 333 0 134 3 13 456 124 60
Binary 11100010 10011 11011011 0 1011100 11 1011 100101110 1010100 110000

Color Harmonies of #E213DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E213DB

Black with #E213DB

Text Example


Text Example

White with #E213DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E213DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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