#E48EFA

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

Shades of Violet #E48EFA

Tints of Violet #E48EFA

Color information

#E48EFA (or 0xE48EFA) is unknown color: approx Violet. HEX triplet: E4, 8E and FA. RGB value is (228,142,250). Sum of RGB (Red+Green+Blue) = 228+142+250=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E48EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EFA is #1B7105. Grayscale: #B3B3B3. Windows color (decimal): -1798406 or 16420580. OLE color: 16420580.

HSL color Cylindrical-coordinate representation of color #E48EFA: hue angle of 287.78º degrees, saturation: 0.92, 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 #E48EFA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228142250-
CMYK0.090.4300.02
HSL287.78º91.53%76.86%-
HSV(B)287.78º43.2%98.04%-
XYZ58.9242.7495.59-
YUV180.03167.49162.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.77%
GREEN value IS 142 (55.86% from 255) = 22.90%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=36.77%
G=22.90%
B=40.32%

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
Decimal2281422500.090.4300.02287.7891.5376.86
HexE48EFA92B021205c4d
Octal344216372115302440134115
Binary111001001000111011111010100110101101010010000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EFA; }

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

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

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

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

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

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

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

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