#E19CE2

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

Shades of Plum #E19CE2

Tints of Plum #E19CE2

Color information

#E19CE2 (or 0xE19CE2) is unknown color: approx Plum. HEX triplet: E1, 9C and E2. RGB value is (225,156,226). Sum of RGB (Red+Green+Blue) = 225+156+226=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #E19CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CE2 is #1E631D. Grayscale: #B8B8B8. Windows color (decimal): -1991454 or 14851297. OLE color: 14851297.

HSL color Cylindrical-coordinate representation of color #E19CE2: hue angle of 299.14º 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 #E19CE2 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB225156226-
CMYK0.000.3100.11
HSL299.14º54.69%74.9%-
HSV(B)299.14º30.97%88.63%-
XYZ56.6745.2877.7-
YUV184.61151.36156.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=37.07%
G=25.70%
B=37.23%

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
Decimal2251562260.000.3100.11299.1454.6974.9
HexE19CE201F0B12b374b
Octal34123434203701345367113
Binary111000011001110011100010011111010111001010111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CE2; }

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

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

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

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

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

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

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

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