Html Css Color HEX #E318DC Deep Magenta

📋 copy color: '#E318DC'

red 227 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #E318DC

Tints of Deep Magenta #E318DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 48.2%
G = 5.1%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E318DC (or 0xE318DC) is known color: Deep Magenta. HEX triplet: E3, 18 and DC. RGB value is (227,24,220). Sum of RGB (Red+Green+Blue) = 227+24+220=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E318DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318DC is #1CE723. Grayscale: #6A6A6A. Windows color (decimal): -1894180 or 14424291. OLE color: 14424291.

HSL color Cylindrical-coordinate representation of color #E318DC: hue angle of 302.07º 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 #E318DC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 24 220 -
CMYK 0 0.89 0.03 0.11
HSL 302.07º 0.81% 0.49% -
HSV(B) 302.07º 0.89% 0.89% -
XYZ 44.92 22.15 69.62 -
YUV 107.04 191.75 213.56 -
System Red Green Blue C M Y K H S L
Decimal 227 24 220 0 0.89 0.03 0.11 302.07 0.81 0.49
Hex E3 18 DC 0 59 3 B 12E 51 31
Octal 343 30 334 0 131 3 13 456 121 61
Binary 11100011 11000 11011100 0 1011001 11 1011 100101110 1010001 110001

Color Harmonies of #E318DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318DC

Black with #E318DC

Text Example


Text Example

White with #E318DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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