#E298D2

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

Shades of Plum #E298D2

Tints of Plum #E298D2

Color information

#E298D2 (or 0xE298D2) is unknown color: approx Plum. HEX triplet: E2, 98 and D2. RGB value is (226,152,210). Sum of RGB (Red+Green+Blue) = 226+152+210=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E298D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298D2 is #1D672D. Grayscale: #B4B4B4. Windows color (decimal): -1926958 or 13801698. OLE color: 13801698.

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

Color convert

RGB226152210-
CMYK00.330.070.11
HSL312.97º56.06%74.12%-
HSV(B)312.97º32.74%88.63%-
XYZ54.2343.2866.47-
YUV180.74144.52160.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=38.44%
G=25.85%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615221000.330.070.11312.9756.0674.12
HexE298D20217B139384a
Octal34223032204171347170112
Binary111000101001100011010010010000111110111001110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298D2; }

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

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

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

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

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

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

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

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