Html Css Color HEX #E015D7 Deep Magenta

📋 copy color: '#E015D7'

red 224 ◦ green 21 ◦ blue 215

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

Shades of Deep Magenta #E015D7

Tints of Deep Magenta #E015D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 48.7%
G = 4.57%
B = 46.74%

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

#E015D7 (or 0xE015D7) is known color: Deep Magenta. HEX triplet: E0, 15 and D7. RGB value is (224,21,215). Sum of RGB (Red+Green+Blue) = 224+21+215=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E015D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015D7 is #1FEA28. Grayscale: #676767. Windows color (decimal): -2091561 or 14095840. OLE color: 14095840.

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

Color convert

RGB 224 21 215 -
CMYK 0 0.91 0.04 0.12
HSL 302.66º 0.83% 0.48% -
HSV(B) 302.66º 0.91% 0.88% -
XYZ 43.27 21.29 66.12 -
YUV 103.81 190.75 213.73 -
System Red Green Blue C M Y K H S L
Decimal 224 21 215 0 0.91 0.04 0.12 302.66 0.83 0.48
Hex E0 15 D7 0 5B 4 C 12F 53 30
Octal 340 25 327 0 133 4 14 457 123 60
Binary 11100000 10101 11010111 0 1011011 100 1100 100101111 1010011 110000

Color Harmonies of #E015D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015D7

Black with #E015D7

Text Example


Text Example

White with #E015D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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