Html Css Color HEX #E015DC Deep Magenta

📋 copy color: '#E015DC'

red 224 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #E015DC

Tints of Deep Magenta #E015DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.52%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 48.17%
G = 4.52%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E015DC (or 0xE015DC) is known color: Deep Magenta. HEX triplet: E0, 15 and DC. RGB value is (224,21,220). Sum of RGB (Red+Green+Blue) = 224+21+220=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E015DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015DC is #1FEA23. Grayscale: #676767. Windows color (decimal): -2091556 or 14423520. OLE color: 14423520.

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

Color convert

RGB 224 21 220 -
CMYK 0 0.91 0.02 0.12
HSL 301.18º 0.83% 0.48% -
HSV(B) 301.18º 0.91% 0.88% -
XYZ 43.93 21.55 69.55 -
YUV 104.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 224 21 220 0 0.91 0.02 0.12 301.18 0.83 0.48
Hex E0 15 DC 0 5B 2 C 12D 53 30
Octal 340 25 334 0 133 2 14 455 123 60
Binary 11100000 10101 11011100 0 1011011 10 1100 100101101 1010011 110000

Color Harmonies of #E015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015DC

Black with #E015DC

Text Example


Text Example

White with #E015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015DC; }

 p { color: rgb(224,21,220); }

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

background-color css

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

 a { background-color: rgb(224,21,220); }

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

border-color css

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

 span { border-color: rgb(224,21,220); }

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