#E59AF1

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

Shades of Plum #E59AF1

Tints of Plum #E59AF1

Color information

#E59AF1 (or 0xE59AF1) is unknown color: approx Plum. HEX triplet: E5, 9A and F1. RGB value is (229,154,241). Sum of RGB (Red+Green+Blue) = 229+154+241=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #E59AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AF1 is #1A650E. Grayscale: #BABABA. Windows color (decimal): -1729807 or 15833829. OLE color: 15833829.

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

Color convert

RGB229154241-
CMYK0.050.3600.05
HSL291.72º75.65%77.45%-
HSV(B)291.72º36.1%94.51%-
XYZ59.7546.1288.97-
YUV186.34158.85158.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 154 (60.55% from 255) = 24.68%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=36.70%
G=24.68%
B=38.62%

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
Decimal2291542410.050.3600.05291.7275.6577.45
HexE59AF1524051244c4d
Octal34523236154405444114115
Binary111001011001101011110001101100100010110010010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59AF1; }

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

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

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

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

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

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

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

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