#E48FD5

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

Shades of Plum #E48FD5

Tints of Plum #E48FD5

Color information

#E48FD5 (or 0xE48FD5) is unknown color: approx Plum. HEX triplet: E4, 8F and D5. RGB value is (228,143,213). Sum of RGB (Red+Green+Blue) = 228+143+213=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FD5 is #1B702A. Grayscale: #B0B0B0. Windows color (decimal): -1798187 or 13996004. OLE color: 13996004.

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

Color convert

RGB228143213-
CMYK00.370.070.11
HSL310.59º61.15%72.75%-
HSV(B)310.59º37.28%89.41%-
XYZ53.8340.9468.02-
YUV176.4148.66164.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.04%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=39.04%
G=24.49%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814321300.370.070.11310.5961.1572.75
HexE48FD50257B1373d49
Octal34421732504571346775111
Binary111001001000111111010101010010111110111001101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FD5; }

 p { color: rgb(228,143,213); }

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

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

 a { background-color: rgb(228,143,213); }

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

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

 span { border-color: rgb(228,143,213); }

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