#E480EB

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

Shades of Violet #E480EB

Tints of Violet #E480EB

Color information

#E480EB (or 0xE480EB) is unknown color: approx Violet. HEX triplet: E4, 80 and EB. RGB value is (228,128,235). Sum of RGB (Red+Green+Blue) = 228+128+235=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #E480EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E480EB is #1B7F14. Grayscale: #A9A9A9. Windows color (decimal): -1802005 or 15433956. OLE color: 15433956.

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

Color convert

RGB228128235-
CMYK0.030.4600.08
HSL296.07º72.79%71.18%-
HSV(B)296.07º45.53%92.16%-
XYZ54.7137.9383.04-
YUV170.1164.63169.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=38.58%
G=21.66%
B=39.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281282350.030.4600.08296.0772.7971.18
HexE480EB32E081284947
Octal344200353356010450111107
Binary111001001000000011101011111011100100010010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480EB; }

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

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

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

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

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

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

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

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