#E28BCE

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

Shades of Plum #E28BCE

Tints of Plum #E28BCE

Color information

#E28BCE (or 0xE28BCE) is unknown color: approx Plum. HEX triplet: E2, 8B and CE. RGB value is (226,139,206). Sum of RGB (Red+Green+Blue) = 226+139+206=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BCE is #1D7431. Grayscale: #ACACAC. Windows color (decimal): -1930290 or 13536226. OLE color: 13536226.

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

Color convert

RGB226139206-
CMYK00.380.090.11
HSL313.79º60%71.57%-
HSV(B)313.79º38.5%88.63%-
XYZ51.7439.0963.21-
YUV172.65146.82166.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=39.58%
G=24.34%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613920600.380.090.11313.796071.57
HexE28BCE0269B13a3c48
Octal342213316046111347274110
Binary1110001010001011110011100100110100110111001110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28BCE; }

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

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

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

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

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

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

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

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