#E098D6

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

Shades of Plum #E098D6

Tints of Plum #E098D6

Color information

#E098D6 (or 0xE098D6) is unknown color: approx Plum. HEX triplet: E0, 98 and D6. RGB value is (224,152,214). Sum of RGB (Red+Green+Blue) = 224+152+214=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E098D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098D6 is #1F6729. Grayscale: #B4B4B4. Windows color (decimal): -2058026 or 14063840. OLE color: 14063840.

HSL color Cylindrical-coordinate representation of color #E098D6: hue angle of 308.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E098D6 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224152214-
CMYK00.320.040.12
HSL308.33º53.73%73.73%-
HSV(B)308.33º32.14%87.84%-
XYZ54.1143.1669.1-
YUV180.6146.85158.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=37.97%
G=25.76%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415221400.320.040.12308.3353.7373.73
HexE098D60204C134364a
Octal34023032604041446466112
Binary111000001001100011010110010000010011001001101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098D6; }

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

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

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

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

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

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

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

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