#E59CF4

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

Shades of Plum #E59CF4

Tints of Plum #E59CF4

Color information

#E59CF4 (or 0xE59CF4) is unknown color: approx Plum. HEX triplet: E5, 9C and F4. RGB value is (229,156,244). Sum of RGB (Red+Green+Blue) = 229+156+244=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #E59CF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CF4 is #1A630B. Grayscale: #BBBBBB. Windows color (decimal): -1729292 or 16030949. OLE color: 16030949.

HSL color Cylindrical-coordinate representation of color #E59CF4: hue angle of 289.77º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59CF4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229156244-
CMYK0.060.3600.04
HSL289.77º80%78.43%-
HSV(B)289.77º36.07%95.69%-
XYZ60.5346.9791.46-
YUV187.86159.68157.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.41%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 244 (95.70% from 255) = 38.79%
R=36.41%
G=24.80%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291562440.060.3600.04289.778078.43
HexE59CF462404122504e
Octal34523436464404442120116
Binary111001011001110011110100110100100010010010001010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CF4; }

 p { color: rgb(229,156,244); }

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

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

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

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

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

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

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