#E19CCF

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

Shades of Plum #E19CCF

Tints of Plum #E19CCF

Color information

#E19CCF (or 0xE19CCF) is unknown color: approx Plum. HEX triplet: E1, 9C and CF. RGB value is (225,156,207). Sum of RGB (Red+Green+Blue) = 225+156+207=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CCF is #1E6330. Grayscale: #B6B6B6. Windows color (decimal): -1991473 or 13606113. OLE color: 13606113.

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

Color convert

RGB225156207-
CMYK00.310.080.12
HSL315.65º53.49%74.71%-
HSV(B)315.65º30.67%88.24%-
XYZ54.244.2964.72-
YUV182.44141.86158.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=38.27%
G=26.53%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515620700.310.080.12315.6553.4974.71
HexE19CCF01F8C13c354b
Octal341234317037101447465113
Binary111000011001110011001111011111100011001001111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CCF; }

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

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

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

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

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

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

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

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