Html Css Color HEX #E291DC Plum

📋 copy color: '#E291DC'

red 226 ◦ green 145 ◦ blue 220

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

Shades of Plum #E291DC

Tints of Plum #E291DC

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 38.24%
G = 24.53%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E291DC (or 0xE291DC) is known color: Plum. HEX triplet: E2, 91 and DC. RGB value is (226,145,220). Sum of RGB (Red+Green+Blue) = 226+145+220=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DC is #1D6E23. Grayscale: #B1B1B1. Windows color (decimal): -1928740 or 14455266. OLE color: 14455266.

HSL color Cylindrical-coordinate representation of color #E291DC: hue angle of 304.44º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291DC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 220 -
CMYK 0 0.36 0.03 0.11
HSL 304.44º 0.58% 0.73% -
HSV(B) 304.44º 0.36% 0.89% -
XYZ 54.41 41.59 72.87 -
YUV 177.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 226 145 220 0 0.36 0.03 0.11 304.44 0.58 0.73
Hex E2 91 DC 0 24 3 B 130 3A 49
Octal 342 221 334 0 44 3 13 460 72 111
Binary 11100010 10010001 11011100 0 100100 11 1011 100110000 111010 1001001

Color Harmonies of #E291DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291DC

Black with #E291DC

Text Example


Text Example

White with #E291DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291DC; }

 p { color: rgb(226,145,220); }

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

background-color css

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

 a { background-color: rgb(226,145,220); }

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

border-color css

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

 span { border-color: rgb(226,145,220); }

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