#E48EEE

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

Shades of Violet #E48EEE

Tints of Violet #E48EEE

Color information

#E48EEE (or 0xE48EEE) is unknown color: approx Violet. HEX triplet: E4, 8E and EE. RGB value is (228,142,238). Sum of RGB (Red+Green+Blue) = 228+142+238=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #E48EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48EEE is #1B7111. Grayscale: #B2B2B2. Windows color (decimal): -1798418 or 15634148. OLE color: 15634148.

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

Color convert

RGB228142238-
CMYK0.040.4000.07
HSL293.75º73.85%74.51%-
HSV(B)293.75º40.34%93.33%-
XYZ57.142.0185.99-
YUV178.66161.49163.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 23.36%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=37.5%
G=23.36%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281422380.040.4000.07293.7573.8574.51
HexE48EEE428071264a4b
Octal34421635645007446112113
Binary111001001000111011101110100101000011110010011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48EEE; }

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

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

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

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

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

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

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

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