Html Css Color HEX #E591E1 Plum

📋 copy color: '#E591E1'

red 229 ◦ green 145 ◦ blue 225

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

Shades of Plum #E591E1

Tints of Plum #E591E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 38.23%
G = 24.21%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E591E1 (or 0xE591E1) is known color: Plum. HEX triplet: E5, 91 and E1. RGB value is (229,145,225). Sum of RGB (Red+Green+Blue) = 229+145+225=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E591E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591E1 is #1A6E1E. Grayscale: #B3B3B3. Windows color (decimal): -1732127 or 14782949. OLE color: 14782949.

HSL color Cylindrical-coordinate representation of color #E591E1: hue angle of 302.86º 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 #E591E1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 225 -
CMYK 0 0.37 0.02 0.10
HSL 302.86º 0.62% 0.73% -
HSV(B) 302.86º 0.37% 0.9% -
XYZ 56.03 42.35 76.45 -
YUV 179.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 229 145 225 0 0.37 0.02 0.10 302.86 0.62 0.73
Hex E5 91 E1 0 25 2 A 12F 3E 49
Octal 345 221 341 0 45 2 12 457 76 111
Binary 11100101 10010001 11100001 0 100101 10 1010 100101111 111110 1001001

Color Harmonies of #E591E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E591E1

Black with #E591E1

Text Example


Text Example

White with #E591E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E591E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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