#E19FEA

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

Shades of Plum #E19FEA

Tints of Plum #E19FEA

Color information

#E19FEA (or 0xE19FEA) is unknown color: approx Plum. HEX triplet: E1, 9F and EA. RGB value is (225,159,234). Sum of RGB (Red+Green+Blue) = 225+159+234=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #E19FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEA is #1E6015. Grayscale: #BBBBBB. Windows color (decimal): -1990678 or 15376353. OLE color: 15376353.

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

Color convert

RGB225159234-
CMYK0.040.3200.08
HSL292.8º64.1%77.06%-
HSV(B)292.8º32.05%91.76%-
XYZ58.346.7483.79-
YUV187.28154.37154.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=36.41%
G=25.73%
B=37.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251592340.040.3200.08292.864.177.06
HexE19FEA42008125404d
Octal341237352440010445100115
Binary1110000110011111111010101001000000100010010010110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FEA; }

 p { color: rgb(225,159,234); }

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

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

 a { background-color: rgb(225,159,234); }

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

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

 span { border-color: rgb(225,159,234); }

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