#E48FDF

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

Shades of Plum #E48FDF

Tints of Plum #E48FDF

Color information

#E48FDF (or 0xE48FDF) is unknown color: approx Plum. HEX triplet: E4, 8F and DF. RGB value is (228,143,223). Sum of RGB (Red+Green+Blue) = 228+143+223=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FDF is #1B7020. Grayscale: #B1B1B1. Windows color (decimal): -1798177 or 14651364. OLE color: 14651364.

HSL color Cylindrical-coordinate representation of color #E48FDF: hue angle of 303.53º 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 #E48FDF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB228143223-
CMYK00.370.020.11
HSL303.53º61.15%72.75%-
HSV(B)303.53º37.28%89.41%-
XYZ55.1441.4774.91-
YUV177.54153.66164-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=38.38%
G=24.07%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814322300.370.020.11303.5361.1572.75
HexE48FDF0252B1303d49
Octal34421733704521346075111
Binary11100100100011111101111101001011010111001100001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FDF; }

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

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

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

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

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

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

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

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