#E298E8

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

Shades of Plum #E298E8

Tints of Plum #E298E8

Color information

#E298E8 (or 0xE298E8) is unknown color: approx Plum. HEX triplet: E2, 98 and E8. RGB value is (226,152,232). Sum of RGB (Red+Green+Blue) = 226+152+232=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #E298E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298E8 is #1D6717. Grayscale: #B7B7B7. Windows color (decimal): -1926936 or 15243490. OLE color: 15243490.

HSL color Cylindrical-coordinate representation of color #E298E8: hue angle of 295.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E298E8 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226152232-
CMYK0.030.3400.09
HSL295.5º63.49%75.29%-
HSV(B)295.5º34.48%90.98%-
XYZ57.1644.4581.91-
YUV183.25155.52158.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.05%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=37.05%
G=24.92%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261522320.030.3400.09295.563.4975.29
HexE298E8322091283f4b
Octal34223035034201145077113
Binary11100010100110001110100011100010010011001010001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298E8; }

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

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

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

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

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

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

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

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