#E48DF9

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

Shades of Violet #E48DF9

Tints of Violet #E48DF9

Color information

#E48DF9 (or 0xE48DF9) is unknown color: approx Violet. HEX triplet: E4, 8D and F9. RGB value is (228,141,249). Sum of RGB (Red+Green+Blue) = 228+141+249=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #E48DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DF9 is #1B7206. Grayscale: #B2B2B2. Windows color (decimal): -1798663 or 16354788. OLE color: 16354788.

HSL color Cylindrical-coordinate representation of color #E48DF9: hue angle of 288.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48DF9 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228141249-
CMYK0.080.4300.02
HSL288.33º90%76.47%-
HSV(B)288.33º43.37%97.65%-
XYZ58.6242.3894.71-
YUV179.32167.32162.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.89%
GREEN value IS 141 (55.47% from 255) = 22.82%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=36.89%
G=22.82%
B=40.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281412490.080.4300.02288.339076.47
HexE48DF982B021205a4c
Octal344215371105302440132114
Binary111001001000110111111001100010101101010010000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DF9; }

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

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

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

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

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

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

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

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