Html Css Color HEX #E001DD Deep Magenta

📋 copy color: '#E001DD'

red 224 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #E001DD

Tints of Deep Magenta #E001DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 50.22%
G = 0.22%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E001DD (or 0xE001DD) is known color: Deep Magenta. HEX triplet: E0, 01 and DD. RGB value is (224,1,221). Sum of RGB (Red+Green+Blue) = 224+1+221=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E001DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001DD is #1FFE22. Grayscale: #5C5C5C. Windows color (decimal): -2096675 or 14483936. OLE color: 14483936.

HSL color Cylindrical-coordinate representation of color #E001DD: hue angle of 300.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001DD is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 221 -
CMYK 0 1.00 0.01 0.12
HSL 300.81º 0.99% 0.44% -
HSV(B) 300.81º 1% 0.88% -
XYZ 43.8 21.09 70.17 -
YUV 92.76 200.38 221.61 -
System Red Green Blue C M Y K H S L
Decimal 224 1 221 0 1.00 0.01 0.12 300.81 0.99 0.44
Hex E0 1 DD 0 64 1 C 12D 63 2C
Octal 340 1 335 0 144 1 14 455 143 54
Binary 11100000 1 11011101 0 1100100 1 1100 100101101 1100011 101100

Color Harmonies of #E001DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001DD

Black with #E001DD

Text Example


Text Example

White with #E001DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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