#E99FE2

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

Shades of Plum #E99FE2

Tints of Plum #E99FE2

Color information

#E99FE2 (or 0xE99FE2) is unknown color: approx Plum. HEX triplet: E9, 9F and E2. RGB value is (233,159,226). Sum of RGB (Red+Green+Blue) = 233+159+226=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FE2 is #16601D. Grayscale: #BCBCBC. Windows color (decimal): -1466398 or 14852073. OLE color: 14852073.

HSL color Cylindrical-coordinate representation of color #E99FE2: hue angle of 305.68º 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 #E99FE2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233159226-
CMYK00.320.030.09
HSL305.68º62.71%76.86%-
HSV(B)305.68º31.76%91.37%-
XYZ59.7347.6177.99-
YUV188.76149.02159.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=37.70%
G=25.73%
B=36.57%

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
Decimal23315922600.320.030.09305.6862.7176.86
HexE99FE2020391323f4d
Octal35123734204031146277115
Binary11101001100111111110001001000001110011001100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FE2; }

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

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

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

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

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

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

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

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