Html Css Color HEX #E619DB Deep Magenta

📋 copy color: '#E619DB'

red 230 ◦ green 25 ◦ blue 219

#E619DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E619DB

Tints of Deep Magenta #E619DB

RGB

 RED value IS 230 (90.23% from 255) = 48.52%

 GREEN value IS 25 (10.16% from 255) = 5.27%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 48.52%
G = 5.27%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E619DB (or 0xE619DB) is known color: Deep Magenta. HEX triplet: E6, 19 and DB. RGB value is (230,25,219). Sum of RGB (Red+Green+Blue) = 230+25+219=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E619DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E619DB is #19E624. Grayscale: #6B6B6B. Windows color (decimal): -1697317 or 14359014. OLE color: 14359014.

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

Color convert

RGB 230 25 219 -
CMYK 0 0.89 0.05 0.10
HSL 303.22º 0.8% 0.5% -
HSV(B) 303.22º 0.89% 0.9% -
XYZ 45.77 22.63 68.97 -
YUV 108.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 230 25 219 0 0.89 0.05 0.10 303.22 0.8 0.5
Hex E6 19 DB 0 59 5 A 12F 50 32
Octal 346 31 333 0 131 5 12 457 120 62
Binary 11100110 11001 11011011 0 1011001 101 1010 100101111 1010000 110010

Color Harmonies of #E619DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E619DB

Black with #E619DB

Text Example


Text Example

White with #E619DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E619DB; }

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

 H1.HeaderClassName
 {
   color: #E619DB;
 }
 .AnyTagClassName
 {
   color: #E619DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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