Html Css Color HEX #E591DE Plum

📋 copy color: '#E591DE'

red 229 ◦ green 145 ◦ blue 222

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

Shades of Plum #E591DE

Tints of Plum #E591DE

RGB

 RED value IS 229 (89.84% from 255) = 38.42%

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 38.42%
G = 24.33%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E591DE (or 0xE591DE) is known color: Plum. HEX triplet: E5, 91 and DE. RGB value is (229,145,222). Sum of RGB (Red+Green+Blue) = 229+145+222=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E591DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591DE is #1A6E21. Grayscale: #B2B2B2. Windows color (decimal): -1732130 or 14586341. OLE color: 14586341.

HSL color Cylindrical-coordinate representation of color #E591DE: hue angle of 305º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591DE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 222 -
CMYK 0 0.37 0.03 0.10
HSL 305º 0.62% 0.73% -
HSV(B) 305º 0.37% 0.9% -
XYZ 55.62 42.18 74.32 -
YUV 178.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 229 145 222 0 0.37 0.03 0.10 305 0.62 0.73
Hex E5 91 DE 0 25 3 A 131 3E 49
Octal 345 221 336 0 45 3 12 461 76 111
Binary 11100101 10010001 11011110 0 100101 11 1010 100110001 111110 1001001

Color Harmonies of #E591DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E591DE

Black with #E591DE

Text Example


Text Example

White with #E591DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E591DE; }

 p { color: rgb(229,145,222); }

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

background-color css

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

 a { background-color: rgb(229,145,222); }

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

border-color css

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

 span { border-color: rgb(229,145,222); }

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