#E28CDF

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

Shades of Plum #E28CDF

Tints of Plum #E28CDF

Color information

#E28CDF (or 0xE28CDF) is unknown color: approx Plum. HEX triplet: E2, 8C and DF. RGB value is (226,140,223). Sum of RGB (Red+Green+Blue) = 226+140+223=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CDF is #1D7320. Grayscale: #AEAEAE. Windows color (decimal): -1930017 or 14650594. OLE color: 14650594.

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

Color convert

RGB226140223-
CMYK00.380.010.11
HSL302.09º59.72%71.76%-
HSV(B)302.09º38.05%88.63%-
XYZ54.0640.2574.73-
YUV175.18154.99164.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=38.37%
G=23.77%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614022300.380.010.11302.0959.7271.76
HexE28CDF0261B12e3c48
Octal34221433704611345674110
Binary1110001010001100110111110100110110111001011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28CDF; }

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

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

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

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

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

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

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

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