Html Css Color HEX #E610DB Deep Magenta

📋 copy color: '#E610DB'

red 230 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #E610DB

Tints of Deep Magenta #E610DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.44%

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

R = 49.46%
G = 3.44%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E610DB (or 0xE610DB) is known color: Deep Magenta. HEX triplet: E6, 10 and DB. RGB value is (230,16,219). Sum of RGB (Red+Green+Blue) = 230+16+219=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E610DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610DB is #19EF24. Grayscale: #666666. Windows color (decimal): -1699621 or 14356710. OLE color: 14356710.

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

Color convert

RGB 230 16 219 -
CMYK 0 0.93 0.05 0.10
HSL 303.08º 0.87% 0.48% -
HSV(B) 303.08º 0.93% 0.9% -
XYZ 45.6 22.31 68.92 -
YUV 103.13 193.4 218.49 -
System Red Green Blue C M Y K H S L
Decimal 230 16 219 0 0.93 0.05 0.10 303.08 0.87 0.48
Hex E6 10 DB 0 5D 5 A 12F 57 30
Octal 346 20 333 0 135 5 12 457 127 60
Binary 11100110 10000 11011011 0 1011101 101 1010 100101111 1010111 110000

Color Harmonies of #E610DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610DB

Black with #E610DB

Text Example


Text Example

White with #E610DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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