#E48FE1

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

Shades of Plum #E48FE1

Tints of Plum #E48FE1

Color information

#E48FE1 (or 0xE48FE1) is unknown color: approx Plum. HEX triplet: E4, 8F and E1. RGB value is (228,143,225). Sum of RGB (Red+Green+Blue) = 228+143+225=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FE1 is #1B701E. Grayscale: #B1B1B1. Windows color (decimal): -1798175 or 14782436. OLE color: 14782436.

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

Color convert

RGB228143225-
CMYK00.370.010.11
HSL302.12º61.15%72.75%-
HSV(B)302.12º37.28%89.41%-
XYZ55.4141.5876.34-
YUV177.76154.66163.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.26%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=38.26%
G=23.99%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814322500.370.010.11302.1261.1572.75
HexE48FE10251B12e3d49
Octal34421734104511345675111
Binary1110010010001111111000010100101110111001011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FE1; }

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

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

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

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

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

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

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

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