#E312D0

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

Shades of Deep Magenta #E312D0

Tints of Deep Magenta #E312D0

Color information

#E312D0 (or 0xE312D0) is unknown color: approx Deep Magenta. HEX triplet: E3, 12 and D0. RGB value is (227,18,208). Sum of RGB (Red+Green+Blue) = 227+18+208=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E312D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312D0 is #1CED2F. Grayscale: #656565. Windows color (decimal): -1895728 or 13636323. OLE color: 13636323.

HSL color Cylindrical-coordinate representation of color #E312D0: hue angle of 305.45º degrees, saturation: 0.85, 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 #E312D0 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22718208-
CMYK00.920.080.11
HSL305.45º85.31%48.04%-
HSV(B)305.45º92.07%89.02%-
XYZ43.2821.3261.51-
YUV102.15187.74217.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 18 (7.42% from 255) = 3.97%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=50.11%
G=3.97%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271820800.920.080.11305.4585.3148.04
HexE312D005C8B1315530
Octal343223200134101346112560
Binary11100011100101101000001011100100010111001100011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E312D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E312D0; }

 p { color: rgb(227,18,208); }

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

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

 a { background-color: rgb(227,18,208); }

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

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

 span { border-color: rgb(227,18,208); }

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