#E19BED

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

Shades of Plum #E19BED

Tints of Plum #E19BED

Color information

#E19BED (or 0xE19BED) is unknown color: approx Plum. HEX triplet: E1, 9B and ED. RGB value is (225,155,237). Sum of RGB (Red+Green+Blue) = 225+155+237=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E19BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19BED is #1E6412. Grayscale: #B9B9B9. Windows color (decimal): -1991699 or 15571937. OLE color: 15571937.

HSL color Cylindrical-coordinate representation of color #E19BED: hue angle of 291.22º degrees, saturation: 0.69, 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 #E19BED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225155237-
CMYK0.050.3500.07
HSL291.22º69.49%76.86%-
HSV(B)291.22º34.6%92.94%-
XYZ58.0645.5685.86-
YUV185.28157.19156.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 155 (60.94% from 255) = 25.12%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=36.47%
G=25.12%
B=38.41%

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
Decimal2251552370.050.3500.07291.2269.4976.86
HexE19BED52307123454d
Octal34123335554307443105115
Binary111000011001101111101101101100011011110010001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BED; }

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

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

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

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

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

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

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

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