#E098D2

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

Shades of Plum #E098D2

Tints of Plum #E098D2

Color information

#E098D2 (or 0xE098D2) is unknown color: approx Plum. HEX triplet: E0, 98 and D2. RGB value is (224,152,210). Sum of RGB (Red+Green+Blue) = 224+152+210=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E098D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098D2 is #1F672D. Grayscale: #B3B3B3. Windows color (decimal): -2058030 or 13801696. OLE color: 13801696.

HSL color Cylindrical-coordinate representation of color #E098D2: hue angle of 311.67º 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 #E098D2 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB224152210-
CMYK00.320.060.12
HSL311.67º53.73%73.73%-
HSV(B)311.67º32.14%87.84%-
XYZ53.642.9666.44-
YUV180.14144.85159.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 210 (82.42% from 255) = 35.84%
R=38.23%
G=25.94%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415221000.320.060.12311.6753.7373.73
HexE098D20206C138364a
Octal34023032204061447066112
Binary111000001001100011010010010000011011001001110001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E098D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E098D2; }

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

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

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

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

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

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

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

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