#E99BF1

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

Shades of Plum #E99BF1

Tints of Plum #E99BF1

Color information

#E99BF1 (or 0xE99BF1) is unknown color: approx Plum. HEX triplet: E9, 9B and F1. RGB value is (233,155,241). Sum of RGB (Red+Green+Blue) = 233+155+241=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99BF1 is #16640E. Grayscale: #BBBBBB. Windows color (decimal): -1467407 or 15834089. OLE color: 15834089.

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

Color convert

RGB233155241-
CMYK0.030.3600.05
HSL294.42º75.44%77.65%-
HSV(B)294.42º35.68%94.51%-
XYZ61.247.1289.09-
YUV188.13157.84160.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 155 (60.94% from 255) = 24.64%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=37.04%
G=24.64%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331552410.030.3600.05294.4275.4477.65
HexE99BF1324051264b4e
Octal35123336134405446113116
Binary11101001100110111111000111100100010110010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99BF1; }

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

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

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

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

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

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

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

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