#E302DB

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

Shades of Deep Magenta #E302DB

Tints of Deep Magenta #E302DB

Color information

#E302DB (or 0xE302DB) is unknown color: approx Deep Magenta. HEX triplet: E3, 02 and DB. RGB value is (227,2,219). Sum of RGB (Red+Green+Blue) = 227+2+219=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E302DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E302DB is #1CFD24. Grayscale: #5D5D5D. Windows color (decimal): -1899813 or 14353123. OLE color: 14353123.

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

Color convert

RGB2272219-
CMYK00.990.040.11
HSL302.13º98.25%44.9%-
HSV(B)302.13º99.12%89.02%-
XYZ44.4921.4968.82-
YUV94.01198.54222.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.67%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=50.67%
G=0.45%
B=48.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227221900.990.040.11302.1398.2544.9
HexE32DB0634B12e622d
Octal3432333014341345614255
Binary1110001110110110110110001110010111001011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E302DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E302DB; }

 p { color: rgb(227,2,219); }

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

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

 a { background-color: rgb(227,2,219); }

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

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

 span { border-color: rgb(227,2,219); }

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