Html Css Color HEX #E007DD Deep Magenta

📋 copy color: '#E007DD'

red 224 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #E007DD

Tints of Deep Magenta #E007DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 49.56%
G = 1.55%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E007DD (or 0xE007DD) is known color: Deep Magenta. HEX triplet: E0, 07 and DD. RGB value is (224,7,221). Sum of RGB (Red+Green+Blue) = 224+7+221=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E007DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007DD is #1FF822. Grayscale: #5F5F5F. Windows color (decimal): -2095139 or 14485472. OLE color: 14485472.

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

Color convert

RGB 224 7 221 -
CMYK 0 0.97 0.01 0.12
HSL 300.83º 0.94% 0.45% -
HSV(B) 300.83º 0.97% 0.88% -
XYZ 43.87 21.22 70.19 -
YUV 96.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 224 7 221 0 0.97 0.01 0.12 300.83 0.94 0.45
Hex E0 7 DD 0 61 1 C 12D 5E 2D
Octal 340 7 335 0 141 1 14 455 136 55
Binary 11100000 111 11011101 0 1100001 1 1100 100101101 1011110 101101

Color Harmonies of #E007DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007DD

Black with #E007DD

Text Example


Text Example

White with #E007DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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