#E48EEF

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

Shades of Violet #E48EEF

Tints of Violet #E48EEF

Color information

#E48EEF (or 0xE48EEF) is unknown color: approx Violet. HEX triplet: E4, 8E and EF. RGB value is (228,142,239). Sum of RGB (Red+Green+Blue) = 228+142+239=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EEF is #1B7110. Grayscale: #B2B2B2. Windows color (decimal): -1798417 or 15699684. OLE color: 15699684.

HSL color Cylindrical-coordinate representation of color #E48EEF: hue angle of 293.2º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48EEF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228142239-
CMYK0.050.4100.06
HSL293.2º75.19%74.71%-
HSV(B)293.2º40.59%93.73%-
XYZ57.2542.0786.76-
YUV178.77161.99163.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.44%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=37.44%
G=23.32%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281422390.050.4100.06293.275.1974.71
HexE48EEF529061254b4b
Octal34421635755106445113113
Binary111001001000111011101111101101001011010010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EEF; }

 p { color: rgb(228,142,239); }

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

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

 a { background-color: rgb(228,142,239); }

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

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

 span { border-color: rgb(228,142,239); }

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