#E19BE2

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

Shades of Plum #E19BE2

Tints of Plum #E19BE2

Color information

#E19BE2 (or 0xE19BE2) is unknown color: approx Plum. HEX triplet: E1, 9B and E2. RGB value is (225,155,226). Sum of RGB (Red+Green+Blue) = 225+155+226=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #E19BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BE2 is #1E641D. Grayscale: #B7B7B7. Windows color (decimal): -1991710 or 14851041. OLE color: 14851041.

HSL color Cylindrical-coordinate representation of color #E19BE2: hue angle of 299.15º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BE2 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225155226-
CMYK0.000.3100.11
HSL299.15º55.04%74.71%-
HSV(B)299.15º31.42%88.63%-
XYZ56.544.9477.65-
YUV184.02151.69157.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 226 (88.67% from 255) = 37.29%
R=37.13%
G=25.58%
B=37.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2251552260.000.3100.11299.1555.0474.71
HexE19BE201F0B12b374b
Octal34123334203701345367113
Binary111000011001101111100010011111010111001010111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BE2; }

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

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

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

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

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

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

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

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