#E481EB

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

Shades of Violet #E481EB

Tints of Violet #E481EB

Color information

#E481EB (or 0xE481EB) is unknown color: approx Violet. HEX triplet: E4, 81 and EB. RGB value is (228,129,235). Sum of RGB (Red+Green+Blue) = 228+129+235=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #E481EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481EB is #1B7E14. Grayscale: #AAAAAA. Windows color (decimal): -1801749 or 15434212. OLE color: 15434212.

HSL color Cylindrical-coordinate representation of color #E481EB: hue angle of 296.04º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E481EB is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228129235-
CMYK0.030.4500.08
HSL296.04º72.6%71.37%-
HSV(B)296.04º45.11%92.16%-
XYZ54.8438.1983.08-
YUV170.68164.3168.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.51%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=38.51%
G=21.79%
B=39.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281292350.030.4500.08296.0472.671.37
HexE481EB32D081284947
Octal344201353355010450111107
Binary111001001000000111101011111011010100010010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481EB; }

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

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

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

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

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

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

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

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