#E69FD5

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

Shades of Plum #E69FD5

Tints of Plum #E69FD5

Color information

#E69FD5 (or 0xE69FD5) is unknown color: approx Plum. HEX triplet: E6, 9F and D5. RGB value is (230,159,213). Sum of RGB (Red+Green+Blue) = 230+159+213=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FD5 is #19602A. Grayscale: #BABABA. Windows color (decimal): -1663019 or 14000102. OLE color: 14000102.

HSL color Cylindrical-coordinate representation of color #E69FD5: hue angle of 314.37º 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 #E69FD5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230159213-
CMYK00.310.070.10
HSL314.37º58.68%76.27%-
HSV(B)314.37º30.87%90.2%-
XYZ57.0446.4268.9-
YUV186.39143.02159.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=38.21%
G=26.41%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015921300.310.070.10314.3758.6876.27
HexE69FD501F7A13a3b4c
Octal34623732503771247273114
Binary11100110100111111101010101111111110101001110101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FD5; }

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

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

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

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

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

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

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

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