Html Css Color HEX #E119DE Deep Magenta

📋 copy color: '#E119DE'

red 225 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #E119DE

Tints of Deep Magenta #E119DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.3%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 47.67%
G = 5.3%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E119DE (or 0xE119DE) is known color: Deep Magenta. HEX triplet: E1, 19 and DE. RGB value is (225,25,222). Sum of RGB (Red+Green+Blue) = 225+25+222=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E119DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119DE is #1EE621. Grayscale: #6A6A6A. Windows color (decimal): -2024994 or 14555617. OLE color: 14555617.

HSL color Cylindrical-coordinate representation of color #E119DE: hue angle of 300.9º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E119DE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 222 -
CMYK 0 0.89 0.01 0.12
HSL 300.9º 0.8% 0.49% -
HSV(B) 300.9º 0.89% 0.88% -
XYZ 44.58 21.98 71 -
YUV 107.26 192.76 211.98 -
System Red Green Blue C M Y K H S L
Decimal 225 25 222 0 0.89 0.01 0.12 300.9 0.8 0.49
Hex E1 19 DE 0 59 1 C 12D 50 31
Octal 341 31 336 0 131 1 14 455 120 61
Binary 11100001 11001 11011110 0 1011001 1 1100 100101101 1010000 110001

Color Harmonies of #E119DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119DE

Black with #E119DE

Text Example


Text Example

White with #E119DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119DE; }

 p { color: rgb(225,25,222); }

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

background-color css

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

 a { background-color: rgb(225,25,222); }

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

border-color css

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

 span { border-color: rgb(225,25,222); }

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