#E99ADC

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

Shades of Plum #E99ADC

Tints of Plum #E99ADC

Color information

#E99ADC (or 0xE99ADC) is unknown color: approx Plum. HEX triplet: E9, 9A and DC. RGB value is (233,154,220). Sum of RGB (Red+Green+Blue) = 233+154+220=607 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.39% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ADC is #166523. Grayscale: #B8B8B8. Windows color (decimal): -1467684 or 14457577. OLE color: 14457577.

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

Color convert

RGB233154220-
CMYK00.340.060.09
HSL309.87º64.23%75.88%-
HSV(B)309.87º33.91%91.37%-
XYZ58.0845.673.45-
YUV185.14147.67162.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.39%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=38.39%
G=25.37%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315422000.340.060.09309.8764.2375.88
HexE99ADC02269136404c
Octal351232334042611466100114
Binary1110100110011010110111000100010110100110011011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ADC; }

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

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

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

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

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

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

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

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