#E4A8E7

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

Shades of Plum #E4A8E7

Tints of Plum #E4A8E7

Color information

#E4A8E7 (or 0xE4A8E7) is unknown color: approx Plum. HEX triplet: E4, A8 and E7. RGB value is (228,168,231). Sum of RGB (Red+Green+Blue) = 228+168+231=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #E4A8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A8E7 is #1B5718. Grayscale: #C0C0C0. Windows color (decimal): -1791769 or 15182052. OLE color: 15182052.

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

Color convert

RGB228168231-
CMYK0.010.2700.09
HSL297.14º56.76%78.24%-
HSV(B)297.14º27.27%90.59%-
XYZ60.4250.2782.12-
YUV193.12149.38152.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.36%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=36.36%
G=26.79%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281682310.010.2700.09297.1456.7678.24
HexE4A8E711B09129394e
Octal34425034713301145171116
Binary111001001010100011100111111011010011001010011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4A8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4A8E7; }

 p { color: rgb(228,168,231); }

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

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

 a { background-color: rgb(228,168,231); }

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

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

 span { border-color: rgb(228,168,231); }

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