Html Css Color HEX #E318DB Deep Magenta

📋 copy color: '#E318DB'

red 227 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #E318DB

Tints of Deep Magenta #E318DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.11%

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

R = 48.3%
G = 5.11%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E318DB (or 0xE318DB) is known color: Deep Magenta. HEX triplet: E3, 18 and DB. RGB value is (227,24,219). Sum of RGB (Red+Green+Blue) = 227+24+219=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E318DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318DB is #1CE724. Grayscale: #6A6A6A. Windows color (decimal): -1894181 or 14358755. OLE color: 14358755.

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

Color convert

RGB 227 24 219 -
CMYK 0 0.89 0.04 0.11
HSL 302.36º 0.81% 0.49% -
HSV(B) 302.36º 0.89% 0.89% -
XYZ 44.79 22.1 68.92 -
YUV 106.93 191.25 213.64 -
System Red Green Blue C M Y K H S L
Decimal 227 24 219 0 0.89 0.04 0.11 302.36 0.81 0.49
Hex E3 18 DB 0 59 4 B 12E 51 31
Octal 343 30 333 0 131 4 13 456 121 61
Binary 11100011 11000 11011011 0 1011001 100 1011 100101110 1010001 110001

Color Harmonies of #E318DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318DB

Black with #E318DB

Text Example


Text Example

White with #E318DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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