#E69CD8

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

Shades of Plum #E69CD8

Tints of Plum #E69CD8

Color information

#E69CD8 (or 0xE69CD8) is unknown color: approx Plum. HEX triplet: E6, 9C and D8. RGB value is (230,156,216). Sum of RGB (Red+Green+Blue) = 230+156+216=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CD8 is #196327. Grayscale: #B8B8B8. Windows color (decimal): -1663784 or 14195942. OLE color: 14195942.

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

Color convert

RGB230156216-
CMYK00.320.060.10
HSL311.35º59.68%75.69%-
HSV(B)311.35º32.17%90.2%-
XYZ56.9245.5670.76-
YUV184.97145.52160.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=38.21%
G=25.91%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015621600.320.060.10311.3559.6875.69
HexE69CD80206A1373c4c
Octal34623433004061246774114
Binary111001101001110011011000010000011010101001101111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CD8; }

 p { color: rgb(230,156,216); }

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

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

 a { background-color: rgb(230,156,216); }

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

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

 span { border-color: rgb(230,156,216); }

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