#E48DE8

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

Shades of Violet #E48DE8

Tints of Violet #E48DE8

Color information

#E48DE8 (or 0xE48DE8) is unknown color: approx Violet. HEX triplet: E4, 8D and E8. RGB value is (228,141,232). Sum of RGB (Red+Green+Blue) = 228+141+232=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 141 (55.47% from 255 or 23.46% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #E48DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DE8 is #1B7217. Grayscale: #B1B1B1. Windows color (decimal): -1798680 or 15240676. OLE color: 15240676.

HSL color Cylindrical-coordinate representation of color #E48DE8: hue angle of 297.36º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48DE8 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228141232-
CMYK0.020.3900.09
HSL297.36º66.42%73.14%-
HSV(B)297.36º39.22%90.98%-
XYZ56.0941.3781.37-
YUV177.39158.82164.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.94%
GREEN value IS 141 (55.47% from 255) = 23.46%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=37.94%
G=23.46%
B=38.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2281412320.020.3900.09297.3666.4273.14
HexE48DE8227091294249
Octal344215350247011451102111
Binary111001001000110111101000101001110100110010100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DE8; }

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

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

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

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

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

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

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

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