#E304DE

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

Shades of Deep Magenta #E304DE

Tints of Deep Magenta #E304DE

Color information

#E304DE (or 0xE304DE) is unknown color: approx Deep Magenta. HEX triplet: E3, 04 and DE. RGB value is (227,4,222). Sum of RGB (Red+Green+Blue) = 227+4+222=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E304DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304DE is #1CFB21. Grayscale: #5E5E5E. Windows color (decimal): -1899298 or 14550243. OLE color: 14550243.

HSL color Cylindrical-coordinate representation of color #E304DE: hue angle of 301.35º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E304DE is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB2274222-
CMYK00.980.020.11
HSL301.35º96.54%45.29%-
HSV(B)301.35º98.24%89.02%-
XYZ44.9121.6970.93-
YUV95.53199.38221.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 4 (1.95% from 255) = 0.88%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=50.11%
G=0.88%
B=49.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227422200.980.020.11301.3596.5445.29
HexE34DE0622B12d612d
Octal3434336014221345514155
Binary1110001110011011110011000101010111001011011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E304DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E304DE; }

 p { color: rgb(227,4,222); }

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

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

 a { background-color: rgb(227,4,222); }

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

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

 span { border-color: rgb(227,4,222); }

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