#E99DF1

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

Shades of Plum #E99DF1

Tints of Plum #E99DF1

Color information

#E99DF1 (or 0xE99DF1) is unknown color: approx Plum. HEX triplet: E9, 9D and F1. RGB value is (233,157,241). Sum of RGB (Red+Green+Blue) = 233+157+241=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DF1 is #16620E. Grayscale: #BDBDBD. Windows color (decimal): -1466895 or 15834601. OLE color: 15834601.

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

Color convert

RGB233157241-
CMYK0.030.3500.05
HSL294.29º75%78.04%-
HSV(B)294.29º34.85%94.51%-
XYZ61.5447.7989.2-
YUV189.3157.18159.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.93%
GREEN value IS 157 (61.72% from 255) = 24.88%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=36.93%
G=24.88%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331572410.030.3500.05294.297578.04
HexE99DF1323051264b4e
Octal35123536134305446113116
Binary11101001100111011111000111100011010110010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99DF1; }

 p { color: rgb(233,157,241); }

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

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

 a { background-color: rgb(233,157,241); }

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

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

 span { border-color: rgb(233,157,241); }

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