#E69CE8

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

Shades of Plum #E69CE8

Tints of Plum #E69CE8

Color information

#E69CE8 (or 0xE69CE8) is unknown color: approx Plum. HEX triplet: E6, 9C and E8. RGB value is (230,156,232). Sum of RGB (Red+Green+Blue) = 230+156+232=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #E69CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CE8 is #196317. Grayscale: #BABABA. Windows color (decimal): -1663768 or 15244518. OLE color: 15244518.

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

Color convert

RGB230156232-
CMYK0.010.3300.09
HSL298.42º62.3%76.08%-
HSV(B)298.42º32.76%90.98%-
XYZ59.0946.4382.19-
YUV186.79153.52158.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=37.22%
G=25.24%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301562320.010.3300.09298.4262.376.08
HexE69CE81210912a3e4c
Octal34623435014101145276114
Binary1110011010011100111010001100001010011001010101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CE8; }

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

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

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

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

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

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

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

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