Html Css Color HEX #E007DF Deep Magenta

📋 copy color: '#E007DF'

red 224 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #E007DF

Tints of Deep Magenta #E007DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 49.34%
G = 1.54%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E007DF (or 0xE007DF) is known color: Deep Magenta. HEX triplet: E0, 07 and DF. RGB value is (224,7,223). Sum of RGB (Red+Green+Blue) = 224+7+223=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 7 (3.12% from 255 or 1.54% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E007DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007DF is #1FF820. Grayscale: #5F5F5F. Windows color (decimal): -2095137 or 14616544. OLE color: 14616544.

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

Color convert

RGB 224 7 223 -
CMYK 0 0.97 0.00 0.12
HSL 300.28º 0.94% 0.45% -
HSV(B) 300.28º 0.97% 0.88% -
XYZ 44.14 21.33 71.6 -
YUV 96.51 199.39 218.94 -
System Red Green Blue C M Y K H S L
Decimal 224 7 223 0 0.97 0.00 0.12 300.28 0.94 0.45
Hex E0 7 DF 0 61 0 C 12C 5E 2D
Octal 340 7 337 0 141 0 14 454 136 55
Binary 11100000 111 11011111 0 1100001 0 1100 100101100 1011110 101101

Color Harmonies of #E007DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007DF

Black with #E007DF

Text Example


Text Example

White with #E007DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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