#E99EDC

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

Shades of Plum #E99EDC

Tints of Plum #E99EDC

Color information

#E99EDC (or 0xE99EDC) is unknown color: approx Plum. HEX triplet: E9, 9E and DC. RGB value is (233,158,220). Sum of RGB (Red+Green+Blue) = 233+158+220=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E99EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99EDC is #166123. Grayscale: #BBBBBB. Windows color (decimal): -1466660 or 14458601. OLE color: 14458601.

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

Color convert

RGB233158220-
CMYK00.320.060.09
HSL310.4º63.03%76.67%-
HSV(B)310.4º32.19%91.37%-
XYZ58.7546.9473.67-
YUV187.49146.35160.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=38.13%
G=25.86%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315822000.320.060.09310.463.0376.67
HexE99EDC020691363f4d
Octal35123633404061146677115
Binary111010011001111011011100010000011010011001101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99EDC; }

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

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

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

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

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

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

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

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