#E48AF8

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

Shades of Violet #E48AF8

Tints of Violet #E48AF8

Color information

#E48AF8 (or 0xE48AF8) is unknown color: approx Violet. HEX triplet: E4, 8A and F8. RGB value is (228,138,248). Sum of RGB (Red+Green+Blue) = 228+138+248=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #E48AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AF8 is #1B7507. Grayscale: #B1B1B1. Windows color (decimal): -1799432 or 16288484. OLE color: 16288484.

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

Color convert

RGB228138248-
CMYK0.080.4400.03
HSL289.09º88.71%75.69%-
HSV(B)289.09º44.35%97.25%-
XYZ58.0341.4593.75-
YUV177.45167.82164.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 138 (54.30% from 255) = 22.48%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=37.13%
G=22.48%
B=40.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281382480.080.4400.03289.0988.7175.69
HexE48AF882C03121594c
Octal344212370105403441131114
Binary111001001000101011111000100010110001110010000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AF8; }

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

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

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

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

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

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

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

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