#E99CDC

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

Shades of Plum #E99CDC

Tints of Plum #E99CDC

Color information

#E99CDC (or 0xE99CDC) is unknown color: approx Plum. HEX triplet: E9, 9C and DC. RGB value is (233,156,220). Sum of RGB (Red+Green+Blue) = 233+156+220=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99CDC is #166323. Grayscale: #BABABA. Windows color (decimal): -1467172 or 14458089. OLE color: 14458089.

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

Color convert

RGB233156220-
CMYK00.330.060.09
HSL310.13º63.64%76.27%-
HSV(B)310.13º33.05%91.37%-
XYZ58.4146.2773.56-
YUV186.32147.01161.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 156 (61.33% from 255) = 25.62%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=38.26%
G=25.62%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315622000.330.060.09310.1363.6476.27
HexE99CDC02169136404c
Octal351234334041611466100114
Binary1110100110011100110111000100001110100110011011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99CDC; }

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

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

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

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

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

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

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

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