Html Css Color HEX #E015DD Deep Magenta

📋 copy color: '#E015DD'

red 224 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #E015DD

Tints of Deep Magenta #E015DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 48.07%
G = 4.51%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E015DD (or 0xE015DD) is known color: Deep Magenta. HEX triplet: E0, 15 and DD. RGB value is (224,21,221). Sum of RGB (Red+Green+Blue) = 224+21+221=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E015DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015DD is #1FEA22. Grayscale: #676767. Windows color (decimal): -2091555 or 14489056. OLE color: 14489056.

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

Color convert

RGB 224 21 221 -
CMYK 0 0.91 0.01 0.12
HSL 300.89º 0.83% 0.48% -
HSV(B) 300.89º 0.91% 0.88% -
XYZ 44.06 21.6 70.25 -
YUV 104.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 224 21 221 0 0.91 0.01 0.12 300.89 0.83 0.48
Hex E0 15 DD 0 5B 1 C 12D 53 30
Octal 340 25 335 0 133 1 14 455 123 60
Binary 11100000 10101 11011101 0 1011011 1 1100 100101101 1010011 110000

Color Harmonies of #E015DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015DD

Black with #E015DD

Text Example


Text Example

White with #E015DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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