#E095CF

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

Shades of Plum #E095CF

Tints of Plum #E095CF

Color information

#E095CF (or 0xE095CF) is unknown color: approx Plum. HEX triplet: E0, 95 and CF. RGB value is (224,149,207). Sum of RGB (Red+Green+Blue) = 224+149+207=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CF is #1F6A30. Grayscale: #B1B1B1. Windows color (decimal): -2058801 or 13604320. OLE color: 13604320.

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

Color convert

RGB224149207-
CMYK00.330.080.12
HSL313.6º54.74%73.14%-
HSV(B)313.6º33.48%87.84%-
XYZ52.7541.8564.33-
YUV178.04144.35160.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=38.62%
G=25.69%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414920700.330.080.12313.654.7473.14
HexE095CF0218C13a3749
Octal340225317041101447267111
Binary1110000010010101110011110100001100011001001110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095CF; }

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

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

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

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

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

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

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

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