#E99FF2

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

Shades of Plum #E99FF2

Tints of Plum #E99FF2

Color information

#E99FF2 (or 0xE99FF2) is unknown color: approx Plum. HEX triplet: E9, 9F and F2. RGB value is (233,159,242). Sum of RGB (Red+Green+Blue) = 233+159+242=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #E99FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF2 is #16600D. Grayscale: #BEBEBE. Windows color (decimal): -1466382 or 15900649. OLE color: 15900649.

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

Color convert

RGB233159242-
CMYK0.040.3400.05
HSL293.49º76.15%78.63%-
HSV(B)293.49º34.3%94.9%-
XYZ62.0348.5390.1-
YUV190.59157.02158.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.75%
GREEN value IS 159 (62.5% from 255) = 25.08%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=36.75%
G=25.08%
B=38.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331592420.040.3400.05293.4976.1578.63
HexE99FF2422051254c4f
Octal35123736244205445114117
Binary111010011001111111110010100100010010110010010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FF2; }

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

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

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

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

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

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

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

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