#E48EF8

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

Shades of Violet #E48EF8

Tints of Violet #E48EF8

Color information

#E48EF8 (or 0xE48EF8) is unknown color: approx Violet. HEX triplet: E4, 8E and F8. RGB value is (228,142,248). Sum of RGB (Red+Green+Blue) = 228+142+248=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #E48EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EF8 is #1B7107. Grayscale: #B3B3B3. Windows color (decimal): -1798408 or 16289508. OLE color: 16289508.

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

Color convert

RGB228142248-
CMYK0.080.4300.03
HSL288.68º88.33%76.47%-
HSV(B)288.68º42.74%97.25%-
XYZ58.6142.6293.94-
YUV179.8166.49162.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.89%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=36.89%
G=22.98%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281422480.080.4300.03288.6888.3376.47
HexE48EF882B03121584c
Octal344216370105303441130114
Binary111001001000111011111000100010101101110010000110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EF8; }

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

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

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

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

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

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

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

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