#E99FEB

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

Shades of Plum #E99FEB

Tints of Plum #E99FEB

Color information

#E99FEB (or 0xE99FEB) is unknown color: approx Plum. HEX triplet: E9, 9F and EB. RGB value is (233,159,235). Sum of RGB (Red+Green+Blue) = 233+159+235=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E99FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FEB is #166014. Grayscale: #BDBDBD. Windows color (decimal): -1466389 or 15441897. OLE color: 15441897.

HSL color Cylindrical-coordinate representation of color #E99FEB: hue angle of 298.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FEB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233159235-
CMYK0.010.3200.08
HSL298.42º65.52%77.25%-
HSV(B)298.42º32.34%92.16%-
XYZ6148.1284.67-
YUV189.79153.52158.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=37.16%
G=25.36%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331592350.010.3200.08298.4265.5277.25
HexE99FEB1200812a424d
Octal351237353140010452102115
Binary11101001100111111110101111000000100010010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FEB; }

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

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

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

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

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

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

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

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