#E99FF1

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

Shades of Plum #E99FF1

Tints of Plum #E99FF1

Color information

#E99FF1 (or 0xE99FF1) is unknown color: approx Plum. HEX triplet: E9, 9F and F1. RGB value is (233,159,241). Sum of RGB (Red+Green+Blue) = 233+159+241=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF1 is #16600E. Grayscale: #BEBEBE. Windows color (decimal): -1466383 or 15835113. OLE color: 15835113.

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

Color convert

RGB233159241-
CMYK0.030.3400.05
HSL294.15º74.55%78.43%-
HSV(B)294.15º34.02%94.51%-
XYZ61.8848.4789.31-
YUV190.47156.52158.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.81%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=36.81%
G=25.12%
B=38.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331592410.030.3400.05294.1574.5578.43
HexE99FF1322051264b4e
Octal35123736134205446113116
Binary11101001100111111111000111100010010110010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FF1; }

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

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

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

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

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

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

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

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