#E481F3

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

Shades of Violet #E481F3

Tints of Violet #E481F3

Color information

#E481F3 (or 0xE481F3) is unknown color: approx Violet. HEX triplet: E4, 81 and F3. RGB value is (228,129,243). Sum of RGB (Red+Green+Blue) = 228+129+243=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #E481F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481F3 is #1B7E0C. Grayscale: #ABABAB. Windows color (decimal): -1801741 or 15958500. OLE color: 15958500.

HSL color Cylindrical-coordinate representation of color #E481F3: hue angle of 292.11º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E481F3 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228129243-
CMYK0.060.4700.05
HSL292.11º82.61%72.94%-
HSV(B)292.11º46.91%95.29%-
XYZ56.0238.6789.3-
YUV171.6168.3168.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 243 (95.31% from 255) = 40.5%
R=38%
G=21.5%
B=40.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281292430.060.4700.05292.1182.6172.94
HexE481F362F051245349
Octal34420136365705444123111
Binary111001001000000111110011110101111010110010010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481F3; }

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

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

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

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

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

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

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

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