Html Css Color HEX #E315DB Deep Magenta

📋 copy color: '#E315DB'

red 227 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #E315DB

Tints of Deep Magenta #E315DB

RGB

 RED value IS 227 (89.06% from 255) = 48.61%

 GREEN value IS 21 (8.59% from 255) = 4.5%

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

R = 48.61%
G = 4.5%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E315DB (or 0xE315DB) is known color: Deep Magenta. HEX triplet: E3, 15 and DB. RGB value is (227,21,219). Sum of RGB (Red+Green+Blue) = 227+21+219=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E315DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E315DB is #1CEA24. Grayscale: #686868. Windows color (decimal): -1894949 or 14357987. OLE color: 14357987.

HSL color Cylindrical-coordinate representation of color #E315DB: hue angle of 302.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315DB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 21 219 -
CMYK 0 0.91 0.04 0.11
HSL 302.33º 0.83% 0.49% -
HSV(B) 302.33º 0.91% 0.89% -
XYZ 44.73 21.98 68.9 -
YUV 105.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 227 21 219 0 0.91 0.04 0.11 302.33 0.83 0.49
Hex E3 15 DB 0 5B 4 B 12E 53 31
Octal 343 25 333 0 133 4 13 456 123 61
Binary 11100011 10101 11011011 0 1011011 100 1011 100101110 1010011 110001

Color Harmonies of #E315DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315DB

Black with #E315DB

Text Example


Text Example

White with #E315DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315DB; }

 p { color: rgb(227,21,219); }

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

background-color css

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

 a { background-color: rgb(227,21,219); }

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

border-color css

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

 span { border-color: rgb(227,21,219); }

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