#E199CF

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

Shades of Plum #E199CF

Tints of Plum #E199CF

Color information

#E199CF (or 0xE199CF) is unknown color: approx Plum. HEX triplet: E1, 99 and CF. RGB value is (225,153,207). Sum of RGB (Red+Green+Blue) = 225+153+207=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CF is #1E6630. Grayscale: #B4B4B4. Windows color (decimal): -1992241 or 13605345. OLE color: 13605345.

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

Color convert

RGB225153207-
CMYK00.320.080.12
HSL315º54.55%74.12%-
HSV(B)315º32%88.24%-
XYZ53.7143.364.56-
YUV180.68142.85159.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=38.46%
G=26.15%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515320700.320.080.1231554.5574.12
HexE199CF0208C13b374a
Octal341231317040101447367112
Binary1110000110011001110011110100000100011001001110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199CF; }

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

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

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

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

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

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

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

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