#E199F1

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

Shades of Plum #E199F1

Tints of Plum #E199F1

Color information

#E199F1 (or 0xE199F1) is unknown color: approx Plum. HEX triplet: E1, 99 and F1. RGB value is (225,153,241). Sum of RGB (Red+Green+Blue) = 225+153+241=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #E199F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E199F1 is #1E660E. Grayscale: #B8B8B8. Windows color (decimal): -1992207 or 15833569. OLE color: 15833569.

HSL color Cylindrical-coordinate representation of color #E199F1: hue angle of 289.09º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E199F1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225153241-
CMYK0.070.3700.05
HSL289.09º75.86%77.25%-
HSV(B)289.09º36.51%94.51%-
XYZ58.3245.1488.86-
YUV184.56159.85156.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 153 (60.16% from 255) = 24.72%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=36.35%
G=24.72%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251532410.070.3700.05289.0975.8677.25
HexE199F1725051214c4d
Octal34123136174505441114115
Binary111000011001100111110001111100101010110010000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199F1; }

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

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

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

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

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

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

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

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