#E59EF0

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

Shades of Plum #E59EF0

Tints of Plum #E59EF0

Color information

#E59EF0 (or 0xE59EF0) is unknown color: approx Plum. HEX triplet: E5, 9E and F0. RGB value is (229,158,240). Sum of RGB (Red+Green+Blue) = 229+158+240=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #E59EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EF0 is #1A610F. Grayscale: #BCBCBC. Windows color (decimal): -1728784 or 15769317. OLE color: 15769317.

HSL color Cylindrical-coordinate representation of color #E59EF0: hue angle of 291.95º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59EF0 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229158240-
CMYK0.050.3400.06
HSL291.95º73.21%78.04%-
HSV(B)291.95º34.17%94.12%-
XYZ60.2747.488.41-
YUV188.58157.02156.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 158 (62.11% from 255) = 25.20%
BLUE value IS 240 (94.14% from 255) = 38.28%
R=36.52%
G=25.20%
B=38.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291582400.050.3400.06291.9573.2178.04
HexE59EF052206124494e
Octal34523636054206444111116
Binary111001011001111011110000101100010011010010010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59EF0; }

 p { color: rgb(229,158,240); }

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

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

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

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

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

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

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