#E48CEE

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

Shades of Violet #E48CEE

Tints of Violet #E48CEE

Color information

#E48CEE (or 0xE48CEE) is unknown color: approx Violet. HEX triplet: E4, 8C and EE. RGB value is (228,140,238). Sum of RGB (Red+Green+Blue) = 228+140+238=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #E48CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CEE is #1B7311. Grayscale: #B1B1B1. Windows color (decimal): -1798930 or 15633636. OLE color: 15633636.

HSL color Cylindrical-coordinate representation of color #E48CEE: hue angle of 293.88º degrees, saturation: 0.74, 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 #E48CEE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228140238-
CMYK0.040.4100.07
HSL293.88º74.24%74.12%-
HSV(B)293.88º41.18%93.33%-
XYZ56.8141.4285.89-
YUV177.48162.15164.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.62%
GREEN value IS 140 (55.08% from 255) = 23.10%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=37.62%
G=23.10%
B=39.27%

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
Decimal2281402380.040.4100.07293.8874.2474.12
HexE48CEE429071264a4a
Octal34421435645107446112112
Binary111001001000110011101110100101001011110010011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48CEE; }

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

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

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

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

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

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

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

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