#E197D4

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

Shades of Plum #E197D4

Tints of Plum #E197D4

Color information

#E197D4 (or 0xE197D4) is unknown color: approx Plum. HEX triplet: E1, 97 and D4. RGB value is (225,151,212). Sum of RGB (Red+Green+Blue) = 225+151+212=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E197D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197D4 is #1E682B. Grayscale: #B3B3B3. Windows color (decimal): -1992748 or 13932513. OLE color: 13932513.

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

Color convert

RGB225151212-
CMYK00.330.060.12
HSL310.54º55.22%73.73%-
HSV(B)310.54º32.89%88.24%-
XYZ5442.8967.72-
YUV180.08146.02160.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=38.27%
G=25.68%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515121200.330.060.12310.5455.2273.73
HexE197D40216C137374a
Octal34122732404161446767112
Binary111000011001011111010100010000111011001001101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E197D4; }

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

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

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

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

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

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

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

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