#E69FDC

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

Shades of Plum #E69FDC

Tints of Plum #E69FDC

Color information

#E69FDC (or 0xE69FDC) is unknown color: approx Plum. HEX triplet: E6, 9F and DC. RGB value is (230,159,220). Sum of RGB (Red+Green+Blue) = 230+159+220=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDC is #196023. Grayscale: #BBBBBB. Windows color (decimal): -1663012 or 14458854. OLE color: 14458854.

HSL color Cylindrical-coordinate representation of color #E69FDC: hue angle of 308.45º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FDC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230159220-
CMYK00.310.040.10
HSL308.45º58.68%76.27%-
HSV(B)308.45º30.87%90.2%-
XYZ57.9546.7973.69-
YUV187.18146.52158.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=37.77%
G=26.11%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015922000.310.040.10308.4558.6876.27
HexE69FDC01F4A1343b4c
Octal34623733403741246473114
Binary11100110100111111101110001111110010101001101001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FDC; }

 p { color: rgb(230,159,220); }

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

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

 a { background-color: rgb(230,159,220); }

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

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

 span { border-color: rgb(230,159,220); }

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