Html Css Color HEX #E016DA Deep Magenta

📋 copy color: '#E016DA'

red 224 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #E016DA

Tints of Deep Magenta #E016DA

RGB

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

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

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

R = 48.28%
G = 4.74%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E016DA (or 0xE016DA) is known color: Deep Magenta. HEX triplet: E0, 16 and DA. RGB value is (224,22,218). Sum of RGB (Red+Green+Blue) = 224+22+218=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E016DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016DA is #1FE925. Grayscale: #686868. Windows color (decimal): -2091302 or 14292704. OLE color: 14292704.

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

Color convert

RGB 224 22 218 -
CMYK 0 0.90 0.03 0.12
HSL 301.78º 0.82% 0.48% -
HSV(B) 301.78º 0.9% 0.88% -
XYZ 43.68 21.48 68.17 -
YUV 104.74 191.92 213.06 -
System Red Green Blue C M Y K H S L
Decimal 224 22 218 0 0.90 0.03 0.12 301.78 0.82 0.48
Hex E0 16 DA 0 5A 3 C 12E 52 30
Octal 340 26 332 0 132 3 14 456 122 60
Binary 11100000 10110 11011010 0 1011010 11 1100 100101110 1010010 110000

Color Harmonies of #E016DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016DA

Black with #E016DA

Text Example


Text Example

White with #E016DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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