Html Css Color HEX #E014D8 Deep Magenta

📋 copy color: '#E014D8'

red 224 ◦ green 20 ◦ blue 216

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

Shades of Deep Magenta #E014D8

Tints of Deep Magenta #E014D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 48.7%
G = 4.35%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E014D8 (or 0xE014D8) is known color: Deep Magenta. HEX triplet: E0, 14 and D8. RGB value is (224,20,216). Sum of RGB (Red+Green+Blue) = 224+20+216=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E014D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014D8 is #1FEB27. Grayscale: #666666. Windows color (decimal): -2091816 or 14161120. OLE color: 14161120.

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

Color convert

RGB 224 20 216 -
CMYK 0 0.91 0.04 0.12
HSL 302.35º 0.84% 0.48% -
HSV(B) 302.35º 0.91% 0.88% -
XYZ 43.39 21.31 66.79 -
YUV 103.34 191.59 214.06 -
System Red Green Blue C M Y K H S L
Decimal 224 20 216 0 0.91 0.04 0.12 302.35 0.84 0.48
Hex E0 14 D8 0 5B 4 C 12E 54 30
Octal 340 24 330 0 133 4 14 456 124 60
Binary 11100000 10100 11011000 0 1011011 100 1100 100101110 1010100 110000

Color Harmonies of #E014D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014D8

Black with #E014D8

Text Example


Text Example

White with #E014D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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