#E48AEB

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

Shades of Violet #E48AEB

Tints of Violet #E48AEB

Color information

#E48AEB (or 0xE48AEB) is unknown color: approx Violet. HEX triplet: E4, 8A and EB. RGB value is (228,138,235). Sum of RGB (Red+Green+Blue) = 228+138+235=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #E48AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AEB is #1B7514. Grayscale: #AFAFAF. Windows color (decimal): -1799445 or 15436516. OLE color: 15436516.

HSL color Cylindrical-coordinate representation of color #E48AEB: hue angle of 295.67º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48AEB is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228138235-
CMYK0.030.4100.08
HSL295.67º70.8%73.14%-
HSV(B)295.67º41.28%92.16%-
XYZ56.0840.6783.49-
YUV175.97161.32165.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 138 (54.30% from 255) = 22.96%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=37.94%
G=22.96%
B=39.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281382350.030.4100.08295.6770.873.14
HexE48AEB329081284749
Octal344212353351010450107111
Binary111001001000101011101011111010010100010010100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AEB; }

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

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

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

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

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

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

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

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