Html Css Color HEX #E191D9 Plum

📋 copy color: '#E191D9'

red 225 ◦ green 145 ◦ blue 217

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

Shades of Plum #E191D9

Tints of Plum #E191D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.7%

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 38.33%
G = 24.7%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E191D9 (or 0xE191D9) is known color: Plum. HEX triplet: E1, 91 and D9. RGB value is (225,145,217). Sum of RGB (Red+Green+Blue) = 225+145+217=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E191D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191D9 is #1E6E26. Grayscale: #B0B0B0. Windows color (decimal): -1994279 or 14258657. OLE color: 14258657.

HSL color Cylindrical-coordinate representation of color #E191D9: hue angle of 306º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191D9 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 217 -
CMYK 0 0.36 0.04 0.12
HSL 306º 0.57% 0.73% -
HSV(B) 306º 0.36% 0.88% -
XYZ 53.7 41.27 70.78 -
YUV 177.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 225 145 217 0 0.36 0.04 0.12 306 0.57 0.73
Hex E1 91 D9 0 24 4 C 132 39 49
Octal 341 221 331 0 44 4 14 462 71 111
Binary 11100001 10010001 11011001 0 100100 100 1100 100110010 111001 1001001

Color Harmonies of #E191D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191D9

Black with #E191D9

Text Example


Text Example

White with #E191D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191D9; }

 p { color: rgb(225,145,217); }

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

background-color css

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

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

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

border-color css

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

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

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