#E091CF

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

Shades of Plum #E091CF

Tints of Plum #E091CF

Color information

#E091CF (or 0xE091CF) is unknown color: approx Plum. HEX triplet: E0, 91 and CF. RGB value is (224,145,207). Sum of RGB (Red+Green+Blue) = 224+145+207=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E091CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091CF is #1F6E30. Grayscale: #AFAFAF. Windows color (decimal): -2059825 or 13603296. OLE color: 13603296.

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

Color convert

RGB224145207-
CMYK00.350.080.12
HSL312.91º56.03%72.35%-
HSV(B)312.91º35.27%87.84%-
XYZ52.1340.664.12-
YUV175.69145.67162.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=38.89%
G=25.17%
B=35.94%

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
Decimal22414520700.350.080.12312.9156.0372.35
HexE091CF0238C1393848
Octal340221317043101447170110
Binary1110000010010001110011110100011100011001001110011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E091CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E091CF; }

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

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

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

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

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

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

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

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