Html Css Color HEX #E600DB Deep Magenta

📋 copy color: '#E600DB'

red 230 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #E600DB

Tints of Deep Magenta #E600DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.22%
G = 0%
B = 48.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E600DB (or 0xE600DB) is known color: Deep Magenta. HEX triplet: E6, 00 and DB. RGB value is (230,0,219). Sum of RGB (Red+Green+Blue) = 230+0+219=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E600DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600DB is #19FF24. Grayscale: #5D5D5D. Windows color (decimal): -1703717 or 14352614. OLE color: 14352614.

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

Color convert

RGB 230 0 219 -
CMYK 0 1 0.05 0.10
HSL 302.87º 1% 0.45% -
HSV(B) 302.87º 1% 0.9% -
XYZ 45.42 21.94 68.86 -
YUV 93.74 198.7 225.19 -
System Red Green Blue C M Y K H S L
Decimal 230 0 219 0 1 0.05 0.10 302.87 1 0.45
Hex E6 0 DB 0 64 5 A 12F 64 2D
Octal 346 0 333 0 144 5 12 457 144 55
Binary 11100110 0 11011011 0 1100100 101 1010 100101111 1100100 101101

Color Harmonies of #E600DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600DB

Black with #E600DB

Text Example


Text Example

White with #E600DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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