#E298D7

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

Shades of Plum #E298D7

Tints of Plum #E298D7

Color information

#E298D7 (or 0xE298D7) is unknown color: approx Plum. HEX triplet: E2, 98 and D7. RGB value is (226,152,215). Sum of RGB (Red+Green+Blue) = 226+152+215=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E298D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298D7 is #1D6728. Grayscale: #B5B5B5. Windows color (decimal): -1926953 or 14129378. OLE color: 14129378.

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

Color convert

RGB226152215-
CMYK00.330.050.11
HSL308.92º56.06%74.12%-
HSV(B)308.92º32.74%88.63%-
XYZ54.8643.5369.8-
YUV181.31147.02159.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=38.11%
G=25.63%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615221500.330.050.11308.9256.0674.12
HexE298D70215B135384a
Octal34223032704151346570112
Binary111000101001100011010111010000110110111001101011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298D7; }

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

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

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

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

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

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

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

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