#E19BCE

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

Shades of Plum #E19BCE

Tints of Plum #E19BCE

Color information

#E19BCE (or 0xE19BCE) is unknown color: approx Plum. HEX triplet: E1, 9B and CE. RGB value is (225,155,206). Sum of RGB (Red+Green+Blue) = 225+155+206=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BCE is #1E6431. Grayscale: #B5B5B5. Windows color (decimal): -1991730 or 13540321. OLE color: 13540321.

HSL color Cylindrical-coordinate representation of color #E19BCE: hue angle of 316.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BCE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225155206-
CMYK00.310.080.12
HSL316.29º53.85%74.51%-
HSV(B)316.29º31.11%88.24%-
XYZ53.9143.9164.03-
YUV181.74141.69158.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=38.40%
G=26.45%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515520600.310.080.12316.2953.8574.51
HexE19BCE01F8C13c364b
Octal341233316037101447466113
Binary111000011001101111001110011111100011001001111001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BCE; }

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

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

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

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

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

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

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

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