Html Css Color HEX #E006DA Deep Magenta

📋 copy color: '#E006DA'

red 224 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #E006DA

Tints of Deep Magenta #E006DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.34%

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

R = 50%
G = 1.34%
B = 48.66%

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

#E006DA (or 0xE006DA) is known color: Deep Magenta. HEX triplet: E0, 06 and DA. RGB value is (224,6,218). Sum of RGB (Red+Green+Blue) = 224+6+218=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E006DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006DA is #1FF925. Grayscale: #5E5E5E. Windows color (decimal): -2095398 or 14288608. OLE color: 14288608.

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

Color convert

RGB 224 6 218 -
CMYK 0 0.97 0.03 0.12
HSL 301.65º 0.95% 0.45% -
HSV(B) 301.65º 0.97% 0.88% -
XYZ 43.46 21.04 68.1 -
YUV 95.35 197.22 219.76 -
System Red Green Blue C M Y K H S L
Decimal 224 6 218 0 0.97 0.03 0.12 301.65 0.95 0.45
Hex E0 6 DA 0 61 3 C 12E 5F 2D
Octal 340 6 332 0 141 3 14 456 137 55
Binary 11100000 110 11011010 0 1100001 11 1100 100101110 1011111 101101

Color Harmonies of #E006DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006DA

Black with #E006DA

Text Example


Text Example

White with #E006DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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