Html Css Color HEX #E008DD Deep Magenta

📋 copy color: '#E008DD'

red 224 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #E008DD

Tints of Deep Magenta #E008DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 49.45%
G = 1.77%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E008DD (or 0xE008DD) is known color: Deep Magenta. HEX triplet: E0, 08 and DD. RGB value is (224,8,221). Sum of RGB (Red+Green+Blue) = 224+8+221=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E008DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008DD is #1FF722. Grayscale: #606060. Windows color (decimal): -2094883 or 14485728. OLE color: 14485728.

HSL color Cylindrical-coordinate representation of color #E008DD: hue angle of 300.83º 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 #E008DD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 221 -
CMYK 0 0.96 0.01 0.12
HSL 300.83º 0.93% 0.45% -
HSV(B) 300.83º 0.96% 0.88% -
XYZ 43.88 21.24 70.19 -
YUV 96.87 198.06 218.68 -
System Red Green Blue C M Y K H S L
Decimal 224 8 221 0 0.96 0.01 0.12 300.83 0.93 0.45
Hex E0 8 DD 0 60 1 C 12D 5D 2D
Octal 340 10 335 0 140 1 14 455 135 55
Binary 11100000 1000 11011101 0 1100000 1 1100 100101101 1011101 101101

Color Harmonies of #E008DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008DD

Black with #E008DD

Text Example


Text Example

White with #E008DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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