#E28CD6

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

Shades of Plum #E28CD6

Tints of Plum #E28CD6

Color information

#E28CD6 (or 0xE28CD6) is unknown color: approx Plum. HEX triplet: E2, 8C and D6. RGB value is (226,140,214). Sum of RGB (Red+Green+Blue) = 226+140+214=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CD6 is #1D7329. Grayscale: #ADADAD. Windows color (decimal): -1930026 or 14060770. OLE color: 14060770.

HSL color Cylindrical-coordinate representation of color #E28CD6: hue angle of 308.37º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28CD6 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226140214-
CMYK00.380.050.11
HSL308.37º59.72%71.76%-
HSV(B)308.37º38.05%88.63%-
XYZ52.8839.7868.51-
YUV174.15150.49164.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=38.97%
G=24.14%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614021400.380.050.11308.3759.7271.76
HexE28CD60265B1343c48
Octal34221432604651346474110
Binary111000101000110011010110010011010110111001101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CD6; }

 p { color: rgb(226,140,214); }

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

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

 a { background-color: rgb(226,140,214); }

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

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

 span { border-color: rgb(226,140,214); }

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