#E603DB

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

Shades of Deep Magenta #E603DB

Tints of Deep Magenta #E603DB

Color information

#E603DB (or 0xE603DB) is unknown color: approx Deep Magenta. HEX triplet: E6, 03 and DB. RGB value is (230,3,219). Sum of RGB (Red+Green+Blue) = 230+3+219=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E603DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603DB is #19FC24. Grayscale: #5E5E5E. Windows color (decimal): -1702949 or 14353382. OLE color: 14353382.

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

Color convert

RGB2303219-
CMYK00.990.050.10
HSL302.91º97.42%45.69%-
HSV(B)302.91º98.7%90.2%-
XYZ45.452268.87-
YUV95.5197.71223.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 3 (1.56% from 255) = 0.66%
BLUE value IS 219 (85.94% from 255) = 48.45%
R=50.88%
G=0.66%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230321900.990.050.10302.9197.4245.69
HexE63DB0635A12f612e
Octal3463333014351245714156
Binary1110011011110110110110001110110101001011111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E603DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E603DB; }

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

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

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

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

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

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

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

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