#E314CE

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

Shades of Deep Magenta #E314CE

Tints of Deep Magenta #E314CE

Color information

#E314CE (or 0xE314CE) is unknown color: approx Deep Magenta. HEX triplet: E3, 14 and CE. RGB value is (227,20,206). Sum of RGB (Red+Green+Blue) = 227+20+206=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E314CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314CE is #1CEB31. Grayscale: #666666. Windows color (decimal): -1895218 or 13505763. OLE color: 13505763.

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

Color convert

RGB22720206-
CMYK00.910.090.11
HSL306.09º83.81%48.43%-
HSV(B)306.09º91.19%89.02%-
XYZ43.0721.2960.23-
YUV103.1186.08216.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 20 (8.20% from 255) = 4.42%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=50.11%
G=4.42%
B=45.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272020600.910.090.11306.0983.8148.43
HexE314CE05B9B1325430
Octal343243160133111346212460
Binary11100011101001100111001011011100110111001100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314CE; }

 p { color: rgb(227,20,206); }

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

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

 a { background-color: rgb(227,20,206); }

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

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

 span { border-color: rgb(227,20,206); }

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