Html Css Color HEX #E121DA Deep Magenta

📋 copy color: '#E121DA'

red 225 ◦ green 33 ◦ blue 218

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

Shades of Deep Magenta #E121DA

Tints of Deep Magenta #E121DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 47.27%
G = 6.93%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E121DA (or 0xE121DA) is known color: Deep Magenta. HEX triplet: E1, 21 and DA. RGB value is (225,33,218). Sum of RGB (Red+Green+Blue) = 225+33+218=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E121DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121DA is #1EDE25. Grayscale: #6E6E6E. Windows color (decimal): -2022950 or 14295521. OLE color: 14295521.

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

Color convert

RGB 225 33 218 -
CMYK 0 0.85 0.03 0.12
HSL 302.19º 0.76% 0.51% -
HSV(B) 302.19º 0.85% 0.88% -
XYZ 44.25 22.16 68.27 -
YUV 111.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 225 33 218 0 0.85 0.03 0.12 302.19 0.76 0.51
Hex E1 21 DA 0 55 3 C 12E 4C 33
Octal 341 41 332 0 125 3 14 456 114 63
Binary 11100001 100001 11011010 0 1010101 11 1100 100101110 1001100 110011

Color Harmonies of #E121DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121DA

Black with #E121DA

Text Example


Text Example

White with #E121DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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