#E99FE1

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

Shades of Plum #E99FE1

Tints of Plum #E99FE1

Color information

#E99FE1 (or 0xE99FE1) is unknown color: approx Plum. HEX triplet: E9, 9F and E1. RGB value is (233,159,225). Sum of RGB (Red+Green+Blue) = 233+159+225=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FE1 is #16601E. Grayscale: #BCBCBC. Windows color (decimal): -1466399 or 14786537. OLE color: 14786537.

HSL color Cylindrical-coordinate representation of color #E99FE1: hue angle of 306.49º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FE1 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233159225-
CMYK00.320.030.09
HSL306.49º62.71%76.86%-
HSV(B)306.49º31.76%91.37%-
XYZ59.5947.5677.27-
YUV188.65148.52159.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=37.76%
G=25.77%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315922500.320.030.09306.4962.7176.86
HexE99FE1020391323f4d
Octal35123734104031146277115
Binary11101001100111111110000101000001110011001100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FE1; }

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

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

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

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

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

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

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

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