#E19BE6

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

Shades of Plum #E19BE6

Tints of Plum #E19BE6

Color information

#E19BE6 (or 0xE19BE6) is unknown color: approx Plum. HEX triplet: E1, 9B and E6. RGB value is (225,155,230). Sum of RGB (Red+Green+Blue) = 225+155+230=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #E19BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BE6 is #1E6419. Grayscale: #B8B8B8. Windows color (decimal): -1991706 or 15113185. OLE color: 15113185.

HSL color Cylindrical-coordinate representation of color #E19BE6: hue angle of 296º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19BE6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225155230-
CMYK0.020.3300.10
HSL296º60%75.49%-
HSV(B)296º32.61%90.2%-
XYZ57.0645.1680.57-
YUV184.48153.69156.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=36.89%
G=25.41%
B=37.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251552300.020.3300.102966075.49
HexE19BE62210A1283c4b
Octal34123334624101245074113
Binary11100001100110111110011010100001010101001010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BE6; }

 p { color: rgb(225,155,230); }

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

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

 a { background-color: rgb(225,155,230); }

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

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

 span { border-color: rgb(225,155,230); }

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