#E318D6

Color #E318D6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E318D6

Tints of Deep Magenta #E318D6

Color information

#E318D6 (or 0xE318D6) is unknown color: approx Deep Magenta. HEX triplet: E3, 18 and D6. RGB value is (227,24,214). Sum of RGB (Red+Green+Blue) = 227+24+214=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E318D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318D6 is #1CE729. Grayscale: #696969. Windows color (decimal): -1894186 or 14031075. OLE color: 14031075.

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

Color convert

RGB22724214-
CMYK00.890.060.11
HSL303.84º80.88%49.22%-
HSV(B)303.84º89.43%89.02%-
XYZ44.1421.8465.51-
YUV106.36188.75214.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 24 (9.77% from 255) = 5.16%
BLUE value IS 214 (83.98% from 255) = 46.02%
R=48.82%
G=5.16%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272421400.890.060.11303.8480.8849.22
HexE318D60596B1305131
Octal34330326013161346012161
Binary1110001111000110101100101100111010111001100001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E318D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E318D6; }

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

 H1.HeaderClassName
 {
   color: #E318D6;
 }
 .AnyTagClassName
 {
   color: #E318D6;
 }
</style>
background-color css

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

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

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

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

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

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