#E298E0

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

Shades of Plum #E298E0

Tints of Plum #E298E0

Color information

#E298E0 (or 0xE298E0) is unknown color: approx Plum. HEX triplet: E2, 98 and E0. RGB value is (226,152,224). Sum of RGB (Red+Green+Blue) = 226+152+224=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E298E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298E0 is #1D671F. Grayscale: #B6B6B6. Windows color (decimal): -1926944 or 14719202. OLE color: 14719202.

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

Color convert

RGB226152224-
CMYK00.330.010.11
HSL301.62º56.06%74.12%-
HSV(B)301.62º32.74%88.63%-
XYZ56.0544.0176.06-
YUV182.33151.52159.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=37.54%
G=25.25%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615222400.330.010.11301.6256.0674.12
HexE298E00211B12e384a
Octal34223034004111345670112
Binary1110001010011000111000000100001110111001011101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298E0; }

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

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

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

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

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

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

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

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