#E19FCF

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

Shades of Plum #E19FCF

Tints of Plum #E19FCF

Color information

#E19FCF (or 0xE19FCF) is unknown color: approx Plum. HEX triplet: E1, 9F and CF. RGB value is (225,159,207). Sum of RGB (Red+Green+Blue) = 225+159+207=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCF is #1E6030. Grayscale: #B8B8B8. Windows color (decimal): -1990705 or 13606881. OLE color: 13606881.

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

Color convert

RGB225159207-
CMYK00.290.080.12
HSL316.36º52.38%75.29%-
HSV(B)316.36º29.33%88.24%-
XYZ54.7145.3164.89-
YUV184.21140.87157.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=38.07%
G=26.90%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515920700.290.080.12316.3652.3875.29
HexE19FCF01D8C13c344b
Octal341237317035101447464113
Binary111000011001111111001111011101100011001001111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FCF; }

 p { color: rgb(225,159,207); }

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

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

 a { background-color: rgb(225,159,207); }

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

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

 span { border-color: rgb(225,159,207); }

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