#e618db

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

Shades of Deep Magenta #E618DB

Tints of Deep Magenta #E618DB

Color information

#E618DB (or 0xE618DB) is unknown color: approx Deep Magenta. HEX triplet: E6, 18 and DB. RGB value is (230,24,219). Sum of RGB (Red+Green+Blue) = 230+24+219=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E618DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618DB is #19E724. Grayscale: #6B6B6B. Windows color (decimal): -1697573 or 14358758. OLE color: 14358758.

HSL color Cylindrical-coordinate representation of color #E618DB: hue angle of 303.2º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618DB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB23024219-
CMYK00.900.050.10
HSL303.2º81.1%49.8%-
HSV(B)303.2º89.57%90.2%-
XYZ45.7522.5968.97-
YUV107.82190.75215.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 24 (9.77% from 255) = 5.07%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=48.63%
G=5.07%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302421900.900.050.10303.281.149.8
HexE618DB05A5A12f5132
Octal34630333013251245712162
Binary1110011011000110110110101101010110101001011111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e618db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e618db; }

 p { color: rgb(230,24,219); }

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

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

 a { background-color: rgb(230,24,219); }

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

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

 span { border-color: rgb(230,24,219); }

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