#E99CE7

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

Shades of Plum #E99CE7

Tints of Plum #E99CE7

Color information

#E99CE7 (or 0xE99CE7) is unknown color: approx Plum. HEX triplet: E9, 9C and E7. RGB value is (233,156,231). Sum of RGB (Red+Green+Blue) = 233+156+231=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99CE7 is #166318. Grayscale: #BBBBBB. Windows color (decimal): -1467161 or 15178985. OLE color: 15178985.

HSL color Cylindrical-coordinate representation of color #E99CE7: hue angle of 301.56º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99CE7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB233156231-
CMYK00.330.010.09
HSL301.56º63.64%76.27%-
HSV(B)301.56º33.05%91.37%-
XYZ59.9246.8781.49-
YUV187.57152.51160.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.58%
GREEN value IS 156 (61.33% from 255) = 25.16%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=37.58%
G=25.16%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315623100.330.010.09301.5663.6476.27
HexE99CE70211912e404c
Octal351234347041111456100114
Binary11101001100111001110011101000011100110010111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CE7; }

 p { color: rgb(233,156,231); }

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

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

 a { background-color: rgb(233,156,231); }

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

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

 span { border-color: rgb(233,156,231); }

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