#E298EB

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

Shades of Plum #E298EB

Tints of Plum #E298EB

Color information

#E298EB (or 0xE298EB) is unknown color: approx Plum. HEX triplet: E2, 98 and EB. RGB value is (226,152,235). Sum of RGB (Red+Green+Blue) = 226+152+235=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #E298EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298EB is #1D6714. Grayscale: #B7B7B7. Windows color (decimal): -1926933 or 15440098. OLE color: 15440098.

HSL color Cylindrical-coordinate representation of color #E298EB: hue angle of 293.49º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E298EB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226152235-
CMYK0.040.3500.08
HSL293.49º67.48%75.88%-
HSV(B)293.49º35.32%92.16%-
XYZ57.5944.6284.18-
YUV183.59157.02158.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.87%
GREEN value IS 152 (59.77% from 255) = 24.80%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=36.87%
G=24.80%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261522350.040.3500.08293.4967.4875.88
HexE298EB42308125434c
Octal342230353443010445103114
Binary1110001010011000111010111001000110100010010010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298EB; }

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

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

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

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

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

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

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

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