#E48DEB

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

Shades of Violet #E48DEB

Tints of Violet #E48DEB

Color information

#E48DEB (or 0xE48DEB) is unknown color: approx Violet. HEX triplet: E4, 8D and EB. RGB value is (228,141,235). Sum of RGB (Red+Green+Blue) = 228+141+235=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #E48DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DEB is #1B7214. Grayscale: #B1B1B1. Windows color (decimal): -1798677 or 15437284. OLE color: 15437284.

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

Color convert

RGB228141235-
CMYK0.030.400.08
HSL295.53º70.15%73.73%-
HSV(B)295.53º40%92.16%-
XYZ56.5241.5483.64-
YUV177.73160.32163.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 141 (55.47% from 255) = 23.34%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=37.75%
G=23.34%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281412350.030.400.08295.5370.1573.73
HexE48DEB32808128464a
Octal344215353350010450106112
Binary111001001000110111101011111010000100010010100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DEB; }

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

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

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

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

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

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

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

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