#E99CF1

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

Shades of Plum #E99CF1

Tints of Plum #E99CF1

Color information

#E99CF1 (or 0xE99CF1) is unknown color: approx Plum. HEX triplet: E9, 9C and F1. RGB value is (233,156,241). Sum of RGB (Red+Green+Blue) = 233+156+241=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #E99CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99CF1 is #16630E. Grayscale: #BCBCBC. Windows color (decimal): -1467151 or 15834345. OLE color: 15834345.

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

Color convert

RGB233156241-
CMYK0.030.3500.05
HSL294.35º75.22%77.84%-
HSV(B)294.35º35.27%94.51%-
XYZ61.3747.4589.14-
YUV188.71157.51159.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.98%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=36.98%
G=24.76%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331562410.030.3500.05294.3575.2277.84
HexE99CF1323051264b4e
Octal35123436134305446113116
Binary11101001100111001111000111100011010110010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CF1; }

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

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

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

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

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

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

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

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