#E097D4

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

Shades of Plum #E097D4

Tints of Plum #E097D4

Color information

#E097D4 (or 0xE097D4) is unknown color: approx Plum. HEX triplet: E0, 97 and D4. RGB value is (224,151,212). Sum of RGB (Red+Green+Blue) = 224+151+212=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D4 is #1F682B. Grayscale: #B3B3B3. Windows color (decimal): -2058284 or 13932512. OLE color: 13932512.

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

Color convert

RGB224151212-
CMYK00.330.050.12
HSL309.86º54.07%73.53%-
HSV(B)309.86º32.59%87.84%-
XYZ53.6942.7367.71-
YUV179.78146.18159.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=38.16%
G=25.72%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415121200.330.050.12309.8654.0773.53
HexE097D40215C136364a
Octal34022732404151446666112
Binary111000001001011111010100010000110111001001101101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E097D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E097D4; }

 p { color: rgb(224,151,212); }

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

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

 a { background-color: rgb(224,151,212); }

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

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

 span { border-color: rgb(224,151,212); }

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