#E48AEF

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

Shades of Violet #E48AEF

Tints of Violet #E48AEF

Color information

#E48AEF (or 0xE48AEF) is unknown color: approx Violet. HEX triplet: E4, 8A and EF. RGB value is (228,138,239). Sum of RGB (Red+Green+Blue) = 228+138+239=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AEF is #1B7510. Grayscale: #B0B0B0. Windows color (decimal): -1799441 or 15698660. OLE color: 15698660.

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

Color convert

RGB228138239-
CMYK0.050.4200.06
HSL293.47º75.94%73.92%-
HSV(B)293.47º42.26%93.73%-
XYZ56.6640.986.57-
YUV176.42163.32164.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.69%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=37.69%
G=22.81%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281382390.050.4200.06293.4775.9473.92
HexE48AEF52A061254c4a
Octal34421235755206445114112
Binary111001001000101011101111101101010011010010010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AEF; }

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

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

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

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

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

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

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

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