#E99CDF

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

Shades of Plum #E99CDF

Tints of Plum #E99CDF

Color information

#E99CDF (or 0xE99CDF) is unknown color: approx Plum. HEX triplet: E9, 9C and DF. RGB value is (233,156,223). Sum of RGB (Red+Green+Blue) = 233+156+223=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CDF is #166320. Grayscale: #BABABA. Windows color (decimal): -1467169 or 14654697. OLE color: 14654697.

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

Color convert

RGB233156223-
CMYK00.330.040.09
HSL307.79º63.64%76.27%-
HSV(B)307.79º33.05%91.37%-
XYZ58.8146.4375.67-
YUV186.66148.51161.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=38.07%
G=25.49%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315622300.330.040.09307.7963.6476.27
HexE99CDF02149134404c
Octal351234337041411464100114
Binary1110100110011100110111110100001100100110011010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CDF; }

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

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

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

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

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

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

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

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