#E091CE

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

Shades of Plum #E091CE

Tints of Plum #E091CE

Color information

#E091CE (or 0xE091CE) is unknown color: approx Plum. HEX triplet: E0, 91 and CE. RGB value is (224,145,206). Sum of RGB (Red+Green+Blue) = 224+145+206=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E091CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091CE is #1F6E31. Grayscale: #AFAFAF. Windows color (decimal): -2059826 or 13537760. OLE color: 13537760.

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

Color convert

RGB224145206-
CMYK00.350.080.12
HSL313.67º56.03%72.35%-
HSV(B)313.67º35.27%87.84%-
XYZ52.0140.5563.48-
YUV175.58145.17162.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=38.96%
G=25.22%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414520600.350.080.12313.6756.0372.35
HexE091CE0238C13a3848
Octal340221316043101447270110
Binary1110000010010001110011100100011100011001001110101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091CE; }

 p { color: rgb(224,145,206); }

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

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

 a { background-color: rgb(224,145,206); }

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

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

 span { border-color: rgb(224,145,206); }

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