#E48ED7

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

Shades of Plum #E48ED7

Tints of Plum #E48ED7

Color information

#E48ED7 (or 0xE48ED7) is unknown color: approx Plum. HEX triplet: E4, 8E and D7. RGB value is (228,142,215). Sum of RGB (Red+Green+Blue) = 228+142+215=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ED7 is #1B7128. Grayscale: #AFAFAF. Windows color (decimal): -1798441 or 14126820. OLE color: 14126820.

HSL color Cylindrical-coordinate representation of color #E48ED7: hue angle of 309.07º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48ED7 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB228142215-
CMYK00.380.060.11
HSL309.07º61.43%72.55%-
HSV(B)309.07º37.72%89.41%-
XYZ53.9340.7569.31-
YUV176.04149.99165.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.97%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=38.97%
G=24.27%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814221500.380.060.11309.0761.4372.55
HexE48ED70266B1353d49
Octal34421632704661346575111
Binary111001001000111011010111010011011010111001101011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48ED7; }

 p { color: rgb(228,142,215); }

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

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

 a { background-color: rgb(228,142,215); }

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

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

 span { border-color: rgb(228,142,215); }

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