Html Css Color HEX #E113DD Deep Magenta

📋 copy color: '#E113DD'

red 225 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #E113DD

Tints of Deep Magenta #E113DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 48.39%
G = 4.09%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E113DD (or 0xE113DD) is known color: Deep Magenta. HEX triplet: E1, 13 and DD. RGB value is (225,19,221). Sum of RGB (Red+Green+Blue) = 225+19+221=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E113DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113DD is #1EEC22. Grayscale: #676767. Windows color (decimal): -2026531 or 14488545. OLE color: 14488545.

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

Color convert

RGB 225 19 221 -
CMYK 0 0.92 0.02 0.12
HSL 301.17º 0.84% 0.48% -
HSV(B) 301.17º 0.92% 0.88% -
XYZ 44.34 21.69 70.26 -
YUV 103.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 225 19 221 0 0.92 0.02 0.12 301.17 0.84 0.48
Hex E1 13 DD 0 5C 2 C 12D 54 30
Octal 341 23 335 0 134 2 14 455 124 60
Binary 11100001 10011 11011101 0 1011100 10 1100 100101101 1010100 110000

Color Harmonies of #E113DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113DD

Black with #E113DD

Text Example


Text Example

White with #E113DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113DD; }

 p { color: rgb(225,19,221); }

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

background-color css

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

 a { background-color: rgb(225,19,221); }

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

border-color css

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

 span { border-color: rgb(225,19,221); }

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