Html Css Color HEX #E115DC Deep Magenta

📋 copy color: '#E115DC'

red 225 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #E115DC

Tints of Deep Magenta #E115DC

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 48.28%
G = 4.51%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E115DC (or 0xE115DC) is known color: Deep Magenta. HEX triplet: E1, 15 and DC. RGB value is (225,21,220). Sum of RGB (Red+Green+Blue) = 225+21+220=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E115DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115DC is #1EEA23. Grayscale: #686868. Windows color (decimal): -2026020 or 14423521. OLE color: 14423521.

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

Color convert

RGB 225 21 220 -
CMYK 0 0.91 0.02 0.12
HSL 301.47º 0.83% 0.48% -
HSV(B) 301.47º 0.91% 0.88% -
XYZ 44.24 21.71 69.57 -
YUV 104.68 193.09 213.82 -
System Red Green Blue C M Y K H S L
Decimal 225 21 220 0 0.91 0.02 0.12 301.47 0.83 0.48
Hex E1 15 DC 0 5B 2 C 12D 53 30
Octal 341 25 334 0 133 2 14 455 123 60
Binary 11100001 10101 11011100 0 1011011 10 1100 100101101 1010011 110000

Color Harmonies of #E115DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115DC

Black with #E115DC

Text Example


Text Example

White with #E115DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115DC; }

 p { color: rgb(225,21,220); }

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

background-color css

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

 a { background-color: rgb(225,21,220); }

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

border-color css

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

 span { border-color: rgb(225,21,220); }

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