#E095CD

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

Shades of Plum #E095CD

Tints of Plum #E095CD

Color information

#E095CD (or 0xE095CD) is unknown color: approx Plum. HEX triplet: E0, 95 and CD. RGB value is (224,149,205). Sum of RGB (Red+Green+Blue) = 224+149+205=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E095CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095CD is #1F6A32. Grayscale: #B1B1B1. Windows color (decimal): -2058803 or 13473248. OLE color: 13473248.

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

Color convert

RGB224149205-
CMYK00.330.080.12
HSL315.2º54.74%73.14%-
HSV(B)315.2º33.48%87.84%-
XYZ52.5141.7563.05-
YUV177.81143.35160.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=38.75%
G=25.78%
B=35.47%

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
Decimal22414920500.330.080.12315.254.7473.14
HexE095CD0218C13b3749
Octal340225315041101447367111
Binary1110000010010101110011010100001100011001001110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095CD; }

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

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

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

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

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

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

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

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