#E298DE

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

Shades of Plum #E298DE

Tints of Plum #E298DE

Color information

#E298DE (or 0xE298DE) is unknown color: approx Plum. HEX triplet: E2, 98 and DE. RGB value is (226,152,222). Sum of RGB (Red+Green+Blue) = 226+152+222=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E298DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298DE is #1D6721. Grayscale: #B5B5B5. Windows color (decimal): -1926946 or 14588130. OLE color: 14588130.

HSL color Cylindrical-coordinate representation of color #E298DE: hue angle of 303.24º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298DE is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226152222-
CMYK00.330.020.11
HSL303.24º56.06%74.12%-
HSV(B)303.24º32.74%88.63%-
XYZ55.7843.974.64-
YUV182.11150.52159.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 152 (59.77% from 255) = 25.33%
BLUE value IS 222 (87.11% from 255) = 37%
R=37.67%
G=25.33%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615222200.330.020.11303.2456.0674.12
HexE298DE0212B12f384a
Octal34223033604121345770112
Binary11100010100110001101111001000011010111001011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298DE; }

 p { color: rgb(226,152,222); }

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

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

 a { background-color: rgb(226,152,222); }

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

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

 span { border-color: rgb(226,152,222); }

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