Html Css Color HEX #E015D5 Deep Magenta

📋 copy color: '#E015D5'

red 224 ◦ green 21 ◦ blue 213

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

Shades of Deep Magenta #E015D5

Tints of Deep Magenta #E015D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 48.91%
G = 4.59%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E015D5 (or 0xE015D5) is known color: Deep Magenta. HEX triplet: E0, 15 and D5. RGB value is (224,21,213). Sum of RGB (Red+Green+Blue) = 224+21+213=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E015D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015D5 is #1FEA2A. Grayscale: #676767. Windows color (decimal): -2091563 or 13964768. OLE color: 13964768.

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

Color convert

RGB 224 21 213 -
CMYK 0 0.91 0.05 0.12
HSL 303.25º 0.83% 0.48% -
HSV(B) 303.25º 0.91% 0.88% -
XYZ 43.02 21.19 64.77 -
YUV 103.59 189.75 213.89 -
System Red Green Blue C M Y K H S L
Decimal 224 21 213 0 0.91 0.05 0.12 303.25 0.83 0.48
Hex E0 15 D5 0 5B 5 C 12F 53 30
Octal 340 25 325 0 133 5 14 457 123 60
Binary 11100000 10101 11010101 0 1011011 101 1100 100101111 1010011 110000

Color Harmonies of #E015D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015D5

Black with #E015D5

Text Example


Text Example

White with #E015D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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