Html Css Color HEX #E591E5 Plum

📋 copy color: '#E591E5'

red 229 ◦ green 145 ◦ blue 229

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

Shades of Plum #E591E5

Tints of Plum #E591E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 37.98%
G = 24.05%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E591E5 (or 0xE591E5) is known color: Plum. HEX triplet: E5, 91 and E5. RGB value is (229,145,229). Sum of RGB (Red+Green+Blue) = 229+145+229=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E591E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E591E5 is #1A6E1A. Grayscale: #B3B3B3. Windows color (decimal): -1732123 or 15045093. OLE color: 15045093.

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

Color convert

RGB 229 145 229 -
CMYK 0 0.37 0 0.10
HSL 300º 0.62% 0.73% -
HSV(B) 300º 0.37% 0.9% -
XYZ 56.58 42.57 79.36 -
YUV 179.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 229 145 229 0 0.37 0 0.10 300 0.62 0.73
Hex E5 91 E5 0 25 0 A 12C 3E 49
Octal 345 221 345 0 45 0 12 454 76 111
Binary 11100101 10010001 11100101 0 100101 0 1010 100101100 111110 1001001

Color Harmonies of #E591E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E591E5

Black with #E591E5

Text Example


Text Example

White with #E591E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E591E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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