Html Css Color HEX #E191DA Plum

📋 copy color: '#E191DA'

red 225 ◦ green 145 ◦ blue 218

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

Shades of Plum #E191DA

Tints of Plum #E191DA

RGB

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

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

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

R = 38.27%
G = 24.66%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E191DA (or 0xE191DA) is known color: Plum. HEX triplet: E1, 91 and DA. RGB value is (225,145,218). Sum of RGB (Red+Green+Blue) = 225+145+218=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E191DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E191DA is #1E6E25. Grayscale: #B1B1B1. Windows color (decimal): -1994278 or 14324193. OLE color: 14324193.

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

Color convert

RGB 225 145 218 -
CMYK 0 0.36 0.03 0.12
HSL 305.25º 0.57% 0.73% -
HSV(B) 305.25º 0.36% 0.88% -
XYZ 53.83 41.32 71.47 -
YUV 177.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 225 145 218 0 0.36 0.03 0.12 305.25 0.57 0.73
Hex E1 91 DA 0 24 3 C 131 39 49
Octal 341 221 332 0 44 3 14 461 71 111
Binary 11100001 10010001 11011010 0 100100 11 1100 100110001 111001 1001001

Color Harmonies of #E191DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E191DA

Black with #E191DA

Text Example


Text Example

White with #E191DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E191DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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