Html Css Color HEX #E119E1 Deep Magenta

📋 copy color: '#E119E1'

red 225 ◦ green 25 ◦ blue 225

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

Shades of Deep Magenta #E119E1

Tints of Deep Magenta #E119E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 47.37%
G = 5.26%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E119E1 (or 0xE119E1) is known color: Deep Magenta. HEX triplet: E1, 19 and E1. RGB value is (225,25,225). Sum of RGB (Red+Green+Blue) = 225+25+225=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E119E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E119E1 is #1EE61E. Grayscale: #6B6B6B. Windows color (decimal): -2024991 or 14752225. OLE color: 14752225.

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

Color convert

RGB 225 25 225 -
CMYK 0 0.89 0 0.12
HSL 300º 0.8% 0.49% -
HSV(B) 300º 0.89% 0.88% -
XYZ 44.99 22.14 73.14 -
YUV 107.6 194.26 211.74 -
System Red Green Blue C M Y K H S L
Decimal 225 25 225 0 0.89 0 0.12 300 0.8 0.49
Hex E1 19 E1 0 59 0 C 12C 50 31
Octal 341 31 341 0 131 0 14 454 120 61
Binary 11100001 11001 11100001 0 1011001 0 1100 100101100 1010000 110001

Color Harmonies of #E119E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119E1

Black with #E119E1

Text Example


Text Example

White with #E119E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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