#E99FF0

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

Shades of Plum #E99FF0

Tints of Plum #E99FF0

Color information

#E99FF0 (or 0xE99FF0) is unknown color: approx Plum. HEX triplet: E9, 9F and F0. RGB value is (233,159,240). Sum of RGB (Red+Green+Blue) = 233+159+240=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #E99FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99FF0 is #16600F. Grayscale: #BEBEBE. Windows color (decimal): -1466384 or 15769577. OLE color: 15769577.

HSL color Cylindrical-coordinate representation of color #E99FF0: hue angle of 294.81º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99FF0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233159240-
CMYK0.030.3400.06
HSL294.81º72.97%78.24%-
HSV(B)294.81º33.75%94.12%-
XYZ61.7348.4188.53-
YUV190.36156.02158.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=36.87%
G=25.16%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331592400.030.3400.06294.8172.9778.24
HexE99FF032206127494e
Octal35123736034206447111116
Binary11101001100111111111000011100010011010010011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FF0; }

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

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

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

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

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

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

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

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