Html Css Color HEX #E616DB Deep Magenta

📋 copy color: '#E616DB'

red 230 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #E616DB

Tints of Deep Magenta #E616DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 48.83%
G = 4.67%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E616DB (or 0xE616DB) is known color: Deep Magenta. HEX triplet: E6, 16 and DB. RGB value is (230,22,219). Sum of RGB (Red+Green+Blue) = 230+22+219=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E616DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E616DB is #19E924. Grayscale: #6A6A6A. Windows color (decimal): -1698085 or 14358246. OLE color: 14358246.

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

Color convert

RGB 230 22 219 -
CMYK 0 0.90 0.05 0.10
HSL 303.17º 0.83% 0.49% -
HSV(B) 303.17º 0.9% 0.9% -
XYZ 45.71 22.51 68.95 -
YUV 106.65 191.41 215.98 -
System Red Green Blue C M Y K H S L
Decimal 230 22 219 0 0.90 0.05 0.10 303.17 0.83 0.49
Hex E6 16 DB 0 5A 5 A 12F 53 31
Octal 346 26 333 0 132 5 12 457 123 61
Binary 11100110 10110 11011011 0 1011010 101 1010 100101111 1010011 110001

Color Harmonies of #E616DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E616DB

Black with #E616DB

Text Example


Text Example

White with #E616DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E616DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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