Html Css Color HEX #E015D4 Deep Magenta

📋 copy color: '#E015D4'

red 224 ◦ green 21 ◦ blue 212

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

Shades of Deep Magenta #E015D4

Tints of Deep Magenta #E015D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.39%

R = 49.02%
G = 4.6%
B = 46.39%

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

#E015D4 (or 0xE015D4) is known color: Deep Magenta. HEX triplet: E0, 15 and D4. RGB value is (224,21,212). Sum of RGB (Red+Green+Blue) = 224+21+212=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E015D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015D4 is #1FEA2B. Grayscale: #666666. Windows color (decimal): -2091564 or 13899232. OLE color: 13899232.

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

Color convert

RGB 224 21 212 -
CMYK 0 0.91 0.05 0.12
HSL 303.55º 0.83% 0.48% -
HSV(B) 303.55º 0.91% 0.88% -
XYZ 42.89 21.14 64.11 -
YUV 103.47 189.25 213.97 -
System Red Green Blue C M Y K H S L
Decimal 224 21 212 0 0.91 0.05 0.12 303.55 0.83 0.48
Hex E0 15 D4 0 5B 5 C 130 53 30
Octal 340 25 324 0 133 5 14 460 123 60
Binary 11100000 10101 11010100 0 1011011 101 1100 100110000 1010011 110000

Color Harmonies of #E015D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015D4

Black with #E015D4

Text Example


Text Example

White with #E015D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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