#E19CE7

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

Shades of Plum #E19CE7

Tints of Plum #E19CE7

Color information

#E19CE7 (or 0xE19CE7) is unknown color: approx Plum. HEX triplet: E1, 9C and E7. RGB value is (225,156,231). Sum of RGB (Red+Green+Blue) = 225+156+231=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #E19CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19CE7 is #1E6318. Grayscale: #B8B8B8. Windows color (decimal): -1991449 or 15178977. OLE color: 15178977.

HSL color Cylindrical-coordinate representation of color #E19CE7: hue angle of 295.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19CE7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225156231-
CMYK0.030.3200.09
HSL295.2º60.98%75.88%-
HSV(B)295.2º32.47%90.59%-
XYZ57.3645.5581.37-
YUV185.18153.86156.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=36.76%
G=25.49%
B=37.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251562310.030.3200.09295.260.9875.88
HexE19CE7320091273d4c
Octal34123434734001144775114
Binary11100001100111001110011111100000010011001001111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CE7; }

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

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

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

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

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

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

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

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