Html Css Color HEX #E291DB Plum

📋 copy color: '#E291DB'

red 226 ◦ green 145 ◦ blue 219

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

Shades of Plum #E291DB

Tints of Plum #E291DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 38.31%
G = 24.58%
B = 37.12%

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

#E291DB (or 0xE291DB) is known color: Plum. HEX triplet: E2, 91 and DB. RGB value is (226,145,219). Sum of RGB (Red+Green+Blue) = 226+145+219=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E291DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291DB is #1D6E24. Grayscale: #B1B1B1. Windows color (decimal): -1928741 or 14389730. OLE color: 14389730.

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

Color convert

RGB 226 145 219 -
CMYK 0 0.36 0.03 0.11
HSL 305.19º 0.58% 0.73% -
HSV(B) 305.19º 0.36% 0.89% -
XYZ 54.28 41.53 72.17 -
YUV 177.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 226 145 219 0 0.36 0.03 0.11 305.19 0.58 0.73
Hex E2 91 DB 0 24 3 B 131 3A 49
Octal 342 221 333 0 44 3 13 461 72 111
Binary 11100010 10010001 11011011 0 100100 11 1011 100110001 111010 1001001

Color Harmonies of #E291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291DB

Black with #E291DB

Text Example


Text Example

White with #E291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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