Html Css Color HEX #E006DF Deep Magenta

📋 copy color: '#E006DF'

red 224 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #E006DF

Tints of Deep Magenta #E006DF

RGB

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

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

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

R = 49.45%
G = 1.32%
B = 49.23%

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

#E006DF (or 0xE006DF) is known color: Deep Magenta. HEX triplet: E0, 06 and DF. RGB value is (224,6,223). Sum of RGB (Red+Green+Blue) = 224+6+223=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E006DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006DF is #1FF920. Grayscale: #5F5F5F. Windows color (decimal): -2095393 or 14616288. OLE color: 14616288.

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

Color convert

RGB 224 6 223 -
CMYK 0 0.97 0.00 0.12
HSL 300.28º 0.95% 0.45% -
HSV(B) 300.28º 0.97% 0.88% -
XYZ 44.12 21.31 71.6 -
YUV 95.92 199.72 219.36 -
System Red Green Blue C M Y K H S L
Decimal 224 6 223 0 0.97 0.00 0.12 300.28 0.95 0.45
Hex E0 6 DF 0 61 0 C 12C 5F 2D
Octal 340 6 337 0 141 0 14 454 137 55
Binary 11100000 110 11011111 0 1100001 0 1100 100101100 1011111 101101

Color Harmonies of #E006DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006DF

Black with #E006DF

Text Example


Text Example

White with #E006DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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