#E19ACF

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

Shades of Plum #E19ACF

Tints of Plum #E19ACF

Color information

#E19ACF (or 0xE19ACF) is unknown color: approx Plum. HEX triplet: E1, 9A and CF. RGB value is (225,154,207). Sum of RGB (Red+Green+Blue) = 225+154+207=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ACF is #1E6530. Grayscale: #B5B5B5. Windows color (decimal): -1991985 or 13605601. OLE color: 13605601.

HSL color Cylindrical-coordinate representation of color #E19ACF: hue angle of 315.21º degrees, saturation: 0.54, 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 #E19ACF is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225154207-
CMYK00.320.080.12
HSL315.21º54.2%74.31%-
HSV(B)315.21º31.56%88.24%-
XYZ53.8743.6264.61-
YUV181.27142.52159.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=38.40%
G=26.28%
B=35.32%

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
Decimal22515420700.320.080.12315.2154.274.31
HexE19ACF0208C13b364a
Octal341232317040101447366112
Binary1110000110011010110011110100000100011001001110111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19ACF; }

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

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

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

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

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

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

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

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