#E481F0

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

Shades of Violet #E481F0

Tints of Violet #E481F0

Color information

#E481F0 (or 0xE481F0) is unknown color: approx Violet. HEX triplet: E4, 81 and F0. RGB value is (228,129,240). Sum of RGB (Red+Green+Blue) = 228+129+240=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #E481F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481F0 is #1B7E0F. Grayscale: #AAAAAA. Windows color (decimal): -1801744 or 15761892. OLE color: 15761892.

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

Color convert

RGB228129240-
CMYK0.050.4600.06
HSL293.51º78.72%72.35%-
HSV(B)293.51º46.25%94.12%-
XYZ55.5738.4986.94-
YUV171.26166.8168.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 129 (50.78% from 255) = 21.61%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=38.19%
G=21.61%
B=40.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281292400.050.4600.06293.5178.7272.35
HexE481F052E061264f48
Octal34420136055606446117110
Binary111001001000000111110000101101110011010010011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481F0; }

 p { color: rgb(228,129,240); }

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

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

 a { background-color: rgb(228,129,240); }

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

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

 span { border-color: rgb(228,129,240); }

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