#E8A4E3

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

Shades of Plum #E8A4E3

Tints of Plum #E8A4E3

Color information

#E8A4E3 (or 0xE8A4E3) is unknown color: approx Plum. HEX triplet: E8, A4 and E3. RGB value is (232,164,227). Sum of RGB (Red+Green+Blue) = 232+164+227=623 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.24% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4E3 is #175B1C. Grayscale: #BFBFBF. Windows color (decimal): -1530653 or 14918888. OLE color: 14918888.

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

Color convert

RGB232164227-
CMYK00.290.020.09
HSL304.41º59.65%77.65%-
HSV(B)304.41º29.31%90.98%-
XYZ60.4249.2579-
YUV191.51148.03156.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.24%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=37.24%
G=26.32%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216422700.290.020.09304.4159.6577.65
HexE8A4E301D291303c4e
Octal35024434303521146074116
Binary1110100010100100111000110111011010011001100001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4E3; }

 p { color: rgb(232,164,227); }

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

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

 a { background-color: rgb(232,164,227); }

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

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

 span { border-color: rgb(232,164,227); }

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