#E19AEB

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

Shades of Plum #E19AEB

Tints of Plum #E19AEB

Color information

#E19AEB (or 0xE19AEB) is unknown color: approx Plum. HEX triplet: E1, 9A and EB. RGB value is (225,154,235). Sum of RGB (Red+Green+Blue) = 225+154+235=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AEB is #1E6514. Grayscale: #B8B8B8. Windows color (decimal): -1991957 or 15440609. OLE color: 15440609.

HSL color Cylindrical-coordinate representation of color #E19AEB: hue angle of 292.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19AEB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225154235-
CMYK0.040.3400.08
HSL292.59º66.94%76.27%-
HSV(B)292.59º34.47%92.16%-
XYZ57.645.1284.27-
YUV184.46156.52156.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=36.64%
G=25.08%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251542350.040.3400.08292.5966.9476.27
HexE19AEB42208125434c
Octal341232353442010445103114
Binary1110000110011010111010111001000100100010010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AEB; }

 p { color: rgb(225,154,235); }

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

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

 a { background-color: rgb(225,154,235); }

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

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

 span { border-color: rgb(225,154,235); }

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