#E28CDC

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

Shades of Plum #E28CDC

Tints of Plum #E28CDC

Color information

#E28CDC (or 0xE28CDC) is unknown color: approx Plum. HEX triplet: E2, 8C and DC. RGB value is (226,140,220). Sum of RGB (Red+Green+Blue) = 226+140+220=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDC is #1D7323. Grayscale: #AEAEAE. Windows color (decimal): -1930020 or 14453986. OLE color: 14453986.

HSL color Cylindrical-coordinate representation of color #E28CDC: hue angle of 304.19º 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 #E28CDC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226140220-
CMYK00.380.030.11
HSL304.19º59.72%71.76%-
HSV(B)304.19º38.05%88.63%-
XYZ53.6640.0972.62-
YUV174.83153.49164.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=38.57%
G=23.89%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614022000.380.030.11304.1959.7271.76
HexE28CDC0263B1303c48
Octal34221433404631346074110
Binary11100010100011001101110001001101110111001100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CDC; }

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

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

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

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

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

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

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

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