#E99EF2

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

Shades of Plum #E99EF2

Tints of Plum #E99EF2

Color information

#E99EF2 (or 0xE99EF2) is unknown color: approx Plum. HEX triplet: E9, 9E and F2. RGB value is (233,158,242). Sum of RGB (Red+Green+Blue) = 233+158+242=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #E99EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99EF2 is #16610D. Grayscale: #BDBDBD. Windows color (decimal): -1466638 or 15900393. OLE color: 15900393.

HSL color Cylindrical-coordinate representation of color #E99EF2: hue angle of 293.57º degrees, saturation: 0.76, 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 #E99EF2 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233158242-
CMYK0.040.3500.05
HSL293.57º76.36%78.43%-
HSV(B)293.57º34.71%94.9%-
XYZ61.8648.1990.05-
YUV190157.35158.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.81%
GREEN value IS 158 (62.11% from 255) = 24.96%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=36.81%
G=24.96%
B=38.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331582420.040.3500.05293.5776.3678.43
HexE99EF2423051264c4e
Octal35123636244305446114116
Binary111010011001111011110010100100011010110010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EF2; }

 p { color: rgb(233,158,242); }

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

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

 a { background-color: rgb(233,158,242); }

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

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

 span { border-color: rgb(233,158,242); }

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