#E898E2

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

Shades of Plum #E898E2

Tints of Plum #E898E2

Color information

#E898E2 (or 0xE898E2) is unknown color: approx Plum. HEX triplet: E8, 98 and E2. RGB value is (232,152,226). Sum of RGB (Red+Green+Blue) = 232+152+226=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E898E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898E2 is #17671D. Grayscale: #B8B8B8. Windows color (decimal): -1533726 or 14850280. OLE color: 14850280.

HSL color Cylindrical-coordinate representation of color #E898E2: hue angle of 304.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 #E898E2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232152226-
CMYK00.340.030.09
HSL304.5º63.49%75.29%-
HSV(B)304.5º34.48%90.98%-
XYZ58.2345.177.59-
YUV184.36151.5161.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215222600.340.030.09304.563.4975.29
HexE898E2022391303f4b
Octal35023034204231146077113
Binary11101000100110001110001001000101110011001100001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E898E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E898E2; }

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

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

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

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

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

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

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

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