#E19AEE

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

Shades of Plum #E19AEE

Tints of Plum #E19AEE

Color information

#E19AEE (or 0xE19AEE) is unknown color: approx Plum. HEX triplet: E1, 9A and EE. RGB value is (225,154,238). Sum of RGB (Red+Green+Blue) = 225+154+238=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E19AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19AEE is #1E6511. Grayscale: #B8B8B8. Windows color (decimal): -1991954 or 15637217. OLE color: 15637217.

HSL color Cylindrical-coordinate representation of color #E19AEE: hue angle of 290.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E19AEE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225154238-
CMYK0.050.3500.07
HSL290.71º71.19%76.86%-
HSV(B)290.71º35.29%93.33%-
XYZ58.0445.2986.57-
YUV184.8158.02156.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=36.47%
G=24.96%
B=38.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251542380.050.3500.07290.7171.1976.86
HexE19AEE52307123474d
Octal34123235654307443107115
Binary111000011001101011101110101100011011110010001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19AEE; }

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

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

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

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

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

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

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

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