#E48AEC

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

Shades of Violet #E48AEC

Tints of Violet #E48AEC

Color information

#E48AEC (or 0xE48AEC) is unknown color: approx Violet. HEX triplet: E4, 8A and EC. RGB value is (228,138,236). Sum of RGB (Red+Green+Blue) = 228+138+236=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #E48AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AEC is #1B7513. Grayscale: #AFAFAF. Windows color (decimal): -1799444 or 15502052. OLE color: 15502052.

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

Color convert

RGB228138236-
CMYK0.030.4200.07
HSL295.1º72.06%73.33%-
HSV(B)295.1º41.53%92.55%-
XYZ56.2240.7384.25-
YUV176.08161.82165.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.87%
GREEN value IS 138 (54.30% from 255) = 22.92%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=37.87%
G=22.92%
B=39.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281382360.030.4200.07295.172.0673.33
HexE48AEC32A071274849
Octal34421235435207447110111
Binary11100100100010101110110011101010011110010011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AEC; }

 p { color: rgb(228,138,236); }

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

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

 a { background-color: rgb(228,138,236); }

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

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

 span { border-color: rgb(228,138,236); }

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