#E098EB

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

Shades of Plum #E098EB

Tints of Plum #E098EB

Color information

#E098EB (or 0xE098EB) is unknown color: approx Plum. HEX triplet: E0, 98 and EB. RGB value is (224,152,235). Sum of RGB (Red+Green+Blue) = 224+152+235=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #E098EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098EB is #1F6714. Grayscale: #B6B6B6. Windows color (decimal): -2058005 or 15440096. OLE color: 15440096.

HSL color Cylindrical-coordinate representation of color #E098EB: hue angle of 292.05º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E098EB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224152235-
CMYK0.050.3500.08
HSL292.05º67.48%75.88%-
HSV(B)292.05º35.32%92.16%-
XYZ56.9644.384.15-
YUV182.99157.35157.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=36.66%
G=24.88%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241522350.050.3500.08292.0567.4875.88
HexE098EB52308124434c
Octal340230353543010444103114
Binary1110000010011000111010111011000110100010010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098EB; }

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

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

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

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

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

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

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

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