#E48AF1

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

Shades of Violet #E48AF1

Tints of Violet #E48AF1

Color information

#E48AF1 (or 0xE48AF1) is unknown color: approx Violet. HEX triplet: E4, 8A and F1. RGB value is (228,138,241). Sum of RGB (Red+Green+Blue) = 228+138+241=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #E48AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48AF1 is #1B750E. Grayscale: #B0B0B0. Windows color (decimal): -1799439 or 15829732. OLE color: 15829732.

HSL color Cylindrical-coordinate representation of color #E48AF1: hue angle of 292.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48AF1 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228138241-
CMYK0.050.4300.05
HSL292.43º78.63%74.31%-
HSV(B)292.43º42.74%94.51%-
XYZ56.9641.0288.13-
YUV176.65164.32164.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 138 (54.30% from 255) = 22.73%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=37.56%
G=22.73%
B=39.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281382410.050.4300.05292.4378.6374.31
HexE48AF152B051244f4a
Octal34421236155305444117112
Binary111001001000101011110001101101011010110010010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48AF1; }

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

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

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

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

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

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

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

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