#e48df5

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

Shades of Violet #E48DF5

Tints of Violet #E48DF5

Color information

#E48DF5 (or 0xE48DF5) is unknown color: approx Violet. HEX triplet: E4, 8D and F5. RGB value is (228,141,245). Sum of RGB (Red+Green+Blue) = 228+141+245=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #E48DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DF5 is #1B720A. Grayscale: #B2B2B2. Windows color (decimal): -1798667 or 16092644. OLE color: 16092644.

HSL color Cylindrical-coordinate representation of color #E48DF5: hue angle of 290.19º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E48DF5 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB228141245-
CMYK0.070.4200.04
HSL290.19º83.87%75.69%-
HSV(B)290.19º42.45%96.08%-
XYZ5842.1491.46-
YUV178.87165.32163.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=37.13%
G=22.96%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2281412450.070.4200.04290.1983.8775.69
HexE48DF572A04122544c
Octal34421536575204442124114
Binary111001001000110111110101111101010010010010001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48df5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48df5; }

 p { color: rgb(228,141,245); }

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

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

 a { background-color: rgb(228,141,245); }

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

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

 span { border-color: rgb(228,141,245); }

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