Html Css Color HEX #E215D9 Deep Magenta

📋 copy color: '#E215D9'

red 226 ◦ green 21 ◦ blue 217

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

Shades of Deep Magenta #E215D9

Tints of Deep Magenta #E215D9

RGB

 RED value IS 226 (88.67% from 255) = 48.71%

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 48.71%
G = 4.53%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E215D9 (or 0xE215D9) is known color: Deep Magenta. HEX triplet: E2, 15 and D9. RGB value is (226,21,217). Sum of RGB (Red+Green+Blue) = 226+21+217=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E215D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215D9 is #1DEA26. Grayscale: #686868. Windows color (decimal): -1960487 or 14226914. OLE color: 14226914.

HSL color Cylindrical-coordinate representation of color #E215D9: hue angle of 302.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215D9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 217 -
CMYK 0 0.91 0.04 0.11
HSL 302.63º 0.83% 0.48% -
HSV(B) 302.63º 0.91% 0.89% -
XYZ 44.16 21.71 67.51 -
YUV 104.64 191.42 214.56 -
System Red Green Blue C M Y K H S L
Decimal 226 21 217 0 0.91 0.04 0.11 302.63 0.83 0.48
Hex E2 15 D9 0 5B 4 B 12F 53 30
Octal 342 25 331 0 133 4 13 457 123 60
Binary 11100010 10101 11011001 0 1011011 100 1011 100101111 1010011 110000

Color Harmonies of #E215D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215D9

Black with #E215D9

Text Example


Text Example

White with #E215D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215D9; }

 p { color: rgb(226,21,217); }

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

background-color css

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

 a { background-color: rgb(226,21,217); }

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

border-color css

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

 span { border-color: rgb(226,21,217); }

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