Html Css Color HEX #E008DB Deep Magenta

📋 copy color: '#E008DB'

red 224 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #E008DB

Tints of Deep Magenta #E008DB

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 49.67%
G = 1.77%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E008DB (or 0xE008DB) is known color: Deep Magenta. HEX triplet: E0, 08 and DB. RGB value is (224,8,219). Sum of RGB (Red+Green+Blue) = 224+8+219=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E008DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008DB is #1FF724. Grayscale: #606060. Windows color (decimal): -2094885 or 14354656. OLE color: 14354656.

HSL color Cylindrical-coordinate representation of color #E008DB: hue angle of 301.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008DB is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 219 -
CMYK 0 0.96 0.02 0.12
HSL 301.39º 0.93% 0.45% -
HSV(B) 301.39º 0.96% 0.88% -
XYZ 43.61 21.14 68.8 -
YUV 96.64 197.06 218.84 -
System Red Green Blue C M Y K H S L
Decimal 224 8 219 0 0.96 0.02 0.12 301.39 0.93 0.45
Hex E0 8 DB 0 60 2 C 12D 5D 2D
Octal 340 10 333 0 140 2 14 455 135 55
Binary 11100000 1000 11011011 0 1100000 10 1100 100101101 1011101 101101

Color Harmonies of #E008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008DB

Black with #E008DB

Text Example


Text Example

White with #E008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008DB; }

 p { color: rgb(224,8,219); }

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

background-color css

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

 a { background-color: rgb(224,8,219); }

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

border-color css

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

 span { border-color: rgb(224,8,219); }

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