Html Css Color HEX #E121DC Deep Magenta

📋 copy color: '#E121DC'

red 225 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #E121DC

Tints of Deep Magenta #E121DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.9%

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

R = 47.07%
G = 6.9%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E121DC (or 0xE121DC) is known color: Deep Magenta. HEX triplet: E1, 21 and DC. RGB value is (225,33,220). Sum of RGB (Red+Green+Blue) = 225+33+220=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E121DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121DC is #1EDE23. Grayscale: #6F6F6F. Windows color (decimal): -2022948 or 14426593. OLE color: 14426593.

HSL color Cylindrical-coordinate representation of color #E121DC: hue angle of 301.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121DC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 220 -
CMYK 0 0.85 0.02 0.12
HSL 301.56º 0.76% 0.51% -
HSV(B) 301.56º 0.85% 0.88% -
XYZ 44.51 22.26 69.66 -
YUV 111.73 189.11 208.79 -
System Red Green Blue C M Y K H S L
Decimal 225 33 220 0 0.85 0.02 0.12 301.56 0.76 0.51
Hex E1 21 DC 0 55 2 C 12E 4C 33
Octal 341 41 334 0 125 2 14 456 114 63
Binary 11100001 100001 11011100 0 1010101 10 1100 100101110 1001100 110011

Color Harmonies of #E121DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121DC

Black with #E121DC

Text Example


Text Example

White with #E121DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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