#E48FFA

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

Shades of Violet #E48FFA

Tints of Violet #E48FFA

Color information

#E48FFA (or 0xE48FFA) is unknown color: approx Violet. HEX triplet: E4, 8F and FA. RGB value is (228,143,250). Sum of RGB (Red+Green+Blue) = 228+143+250=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #E48FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FFA is #1B7005. Grayscale: #B4B4B4. Windows color (decimal): -1798150 or 16420836. OLE color: 16420836.

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

Color convert

RGB228143250-
CMYK0.090.4300.02
HSL287.66º91.45%77.06%-
HSV(B)287.66º42.8%98.04%-
XYZ59.0743.0495.64-
YUV180.61167.16161.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.71%
GREEN value IS 143 (56.25% from 255) = 23.03%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=36.71%
G=23.03%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281432500.090.4300.02287.6691.4577.06
HexE48FFA92B021205b4d
Octal344217372115302440133115
Binary111001001000111111111010100110101101010010000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48FFA; }

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

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

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

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

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

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

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

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