#E59BF1

Color #E59BF1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E59BF1

Tints of Plum #E59BF1

Color information

#E59BF1 (or 0xE59BF1) is unknown color: approx Plum. HEX triplet: E5, 9B and F1. RGB value is (229,155,241). Sum of RGB (Red+Green+Blue) = 229+155+241=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #E59BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BF1 is #1A640E. Grayscale: #BABABA. Windows color (decimal): -1729551 or 15834085. OLE color: 15834085.

HSL color Cylindrical-coordinate representation of color #E59BF1: hue angle of 291.63º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59BF1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229155241-
CMYK0.050.3600.05
HSL291.63º75.44%77.65%-
HSV(B)291.63º35.68%94.51%-
XYZ59.9146.4589.03-
YUV186.93158.52158.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.64%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=36.64%
G=24.8%
B=38.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291552410.050.3600.05291.6375.4477.65
HexE59BF1524051244b4e
Octal34523336154405444113116
Binary111001011001101111110001101100100010110010010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59BF1; }

 p { color: rgb(229,155,241); }

 H1.HeaderClassName
 {
   color: #E59BF1;
 }
 .AnyTagClassName
 {
   color: #E59BF1;
 }
</style>
background-color css

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

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

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

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

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

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