Html Css Color HEX #E614DB Deep Magenta

📋 copy color: '#E614DB'

red 230 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #E614DB

Tints of Deep Magenta #E614DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

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

R = 49.04%
G = 4.26%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E614DB (or 0xE614DB) is known color: Deep Magenta. HEX triplet: E6, 14 and DB. RGB value is (230,20,219). Sum of RGB (Red+Green+Blue) = 230+20+219=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E614DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614DB is #19EB24. Grayscale: #686868. Windows color (decimal): -1698597 or 14357734. OLE color: 14357734.

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

Color convert

RGB 230 20 219 -
CMYK 0 0.91 0.05 0.10
HSL 303.14º 0.84% 0.49% -
HSV(B) 303.14º 0.91% 0.9% -
XYZ 45.67 22.44 68.94 -
YUV 105.48 192.07 216.82 -
System Red Green Blue C M Y K H S L
Decimal 230 20 219 0 0.91 0.05 0.10 303.14 0.84 0.49
Hex E6 14 DB 0 5B 5 A 12F 54 31
Octal 346 24 333 0 133 5 12 457 124 61
Binary 11100110 10100 11011011 0 1011011 101 1010 100101111 1010100 110001

Color Harmonies of #E614DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614DB

Black with #E614DB

Text Example


Text Example

White with #E614DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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