#E28BDD

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

Shades of Plum #E28BDD

Tints of Plum #E28BDD

Color information

#E28BDD (or 0xE28BDD) is unknown color: approx Plum. HEX triplet: E2, 8B and DD. RGB value is (226,139,221). Sum of RGB (Red+Green+Blue) = 226+139+221=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BDD is #1D7422. Grayscale: #AEAEAE. Windows color (decimal): -1930275 or 14519266. OLE color: 14519266.

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

Color convert

RGB226139221-
CMYK00.380.020.11
HSL303.45º60%71.57%-
HSV(B)303.45º38.5%88.63%-
XYZ53.6539.8573.27-
YUV174.36154.32164.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=38.57%
G=23.72%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613922100.380.020.11303.456071.57
HexE28BDD0262B12f3c48
Octal34221333504621345774110
Binary11100010100010111101110101001101010111001011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BDD; }

 p { color: rgb(226,139,221); }

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

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

 a { background-color: rgb(226,139,221); }

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

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

 span { border-color: rgb(226,139,221); }

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