Html Css Color HEX #E016D6 Deep Magenta

📋 copy color: '#E016D6'

red 224 ◦ green 22 ◦ blue 214

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

Shades of Deep Magenta #E016D6

Tints of Deep Magenta #E016D6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.78%

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 48.7%
G = 4.78%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E016D6 (or 0xE016D6) is known color: Deep Magenta. HEX triplet: E0, 16 and D6. RGB value is (224,22,214). Sum of RGB (Red+Green+Blue) = 224+22+214=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E016D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016D6 is #1FE929. Grayscale: #676767. Windows color (decimal): -2091306 or 14030560. OLE color: 14030560.

HSL color Cylindrical-coordinate representation of color #E016D6: hue angle of 302.97º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016D6 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 214 -
CMYK 0 0.90 0.04 0.12
HSL 302.97º 0.82% 0.48% -
HSV(B) 302.97º 0.9% 0.88% -
XYZ 43.16 21.28 65.45 -
YUV 104.29 189.92 213.39 -
System Red Green Blue C M Y K H S L
Decimal 224 22 214 0 0.90 0.04 0.12 302.97 0.82 0.48
Hex E0 16 D6 0 5A 4 C 12F 52 30
Octal 340 26 326 0 132 4 14 457 122 60
Binary 11100000 10110 11010110 0 1011010 100 1100 100101111 1010010 110000

Color Harmonies of #E016D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016D6

Black with #E016D6

Text Example


Text Example

White with #E016D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016D6; }

 p { color: rgb(224,22,214); }

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

background-color css

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

 a { background-color: rgb(224,22,214); }

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

border-color css

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

 span { border-color: rgb(224,22,214); }

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