Html Css Color HEX #E007DA Deep Magenta

📋 copy color: '#E007DA'

red 224 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #E007DA

Tints of Deep Magenta #E007DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 49.89%
G = 1.56%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E007DA (or 0xE007DA) is known color: Deep Magenta. HEX triplet: E0, 07 and DA. RGB value is (224,7,218). Sum of RGB (Red+Green+Blue) = 224+7+218=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E007DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007DA is #1FF825. Grayscale: #5F5F5F. Windows color (decimal): -2095142 or 14288864. OLE color: 14288864.

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

Color convert

RGB 224 7 218 -
CMYK 0 0.97 0.03 0.12
HSL 301.66º 0.94% 0.45% -
HSV(B) 301.66º 0.97% 0.88% -
XYZ 43.47 21.06 68.1 -
YUV 95.94 196.89 219.34 -
System Red Green Blue C M Y K H S L
Decimal 224 7 218 0 0.97 0.03 0.12 301.66 0.94 0.45
Hex E0 7 DA 0 61 3 C 12E 5E 2D
Octal 340 7 332 0 141 3 14 456 136 55
Binary 11100000 111 11011010 0 1100001 11 1100 100101110 1011110 101101

Color Harmonies of #E007DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007DA

Black with #E007DA

Text Example


Text Example

White with #E007DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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