#E48DED

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

Shades of Violet #E48DED

Tints of Violet #E48DED

Color information

#E48DED (or 0xE48DED) is unknown color: approx Violet. HEX triplet: E4, 8D and ED. RGB value is (228,141,237). Sum of RGB (Red+Green+Blue) = 228+141+237=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #E48DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48DED is #1B7212. Grayscale: #B1B1B1. Windows color (decimal): -1798675 or 15568356. OLE color: 15568356.

HSL color Cylindrical-coordinate representation of color #E48DED: hue angle of 294.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48DED is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228141237-
CMYK0.040.4100.07
HSL294.38º72.73%74.12%-
HSV(B)294.38º40.51%92.94%-
XYZ56.8141.6685.17-
YUV177.96161.32163.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 141 (55.47% from 255) = 23.27%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=37.62%
G=23.27%
B=39.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281412370.040.4100.07294.3872.7374.12
HexE48DED42907126494a
Octal34421535545107446111112
Binary111001001000110111101101100101001011110010011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48DED; }

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

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

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

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

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

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

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

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