#E48AE5

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

Shades of Violet #E48AE5

Tints of Violet #E48AE5

Color information

#E48AE5 (or 0xE48AE5) is unknown color: approx Violet. HEX triplet: E4, 8A and E5. RGB value is (228,138,229). Sum of RGB (Red+Green+Blue) = 228+138+229=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #E48AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48AE5 is #1B751A. Grayscale: #AFAFAF. Windows color (decimal): -1799451 or 15043300. OLE color: 15043300.

HSL color Cylindrical-coordinate representation of color #E48AE5: hue angle of 299.34º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48AE5 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228138229-
CMYK0.000.4000.10
HSL299.34º63.64%71.96%-
HSV(B)299.34º39.74%89.8%-
XYZ55.2340.3379-
YUV175.28158.32165.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=38.32%
G=23.19%
B=38.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281382290.000.4000.10299.3463.6471.96
HexE48AE50280A12b4048
Octal344212345050012453100110
Binary11100100100010101110010101010000101010010101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AE5; }

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

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

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

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

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

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

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

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