Html Css Color HEX #E014DF Deep Magenta

📋 copy color: '#E014DF'

red 224 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #E014DF

Tints of Deep Magenta #E014DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.28%

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

R = 47.97%
G = 4.28%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E014DF (or 0xE014DF) is known color: Deep Magenta. HEX triplet: E0, 14 and DF. RGB value is (224,20,223). Sum of RGB (Red+Green+Blue) = 224+20+223=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E014DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014DF is #1FEB20. Grayscale: #676767. Windows color (decimal): -2091809 or 14619872. OLE color: 14619872.

HSL color Cylindrical-coordinate representation of color #E014DF: hue angle of 300.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014DF is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 223 -
CMYK 0 0.91 0.00 0.12
HSL 300.29º 0.84% 0.48% -
HSV(B) 300.29º 0.91% 0.88% -
XYZ 44.31 21.68 71.66 -
YUV 104.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 224 20 223 0 0.91 0.00 0.12 300.29 0.84 0.48
Hex E0 14 DF 0 5B 0 C 12C 54 30
Octal 340 24 337 0 133 0 14 454 124 60
Binary 11100000 10100 11011111 0 1011011 0 1100 100101100 1010100 110000

Color Harmonies of #E014DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014DF

Black with #E014DF

Text Example


Text Example

White with #E014DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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