#e080e9

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

Shades of Violet #E080E9

Tints of Violet #E080E9

Color information

#E080E9 (or 0xE080E9) is unknown color: approx Violet. HEX triplet: E0, 80 and E9. RGB value is (224,128,233). Sum of RGB (Red+Green+Blue) = 224+128+233=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #E080E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080E9 is #1F7F16. Grayscale: #A8A8A8. Windows color (decimal): -2064151 or 15302880. OLE color: 15302880.

HSL color Cylindrical-coordinate representation of color #E080E9: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E080E9 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224128233-
CMYK0.040.4500.09
HSL294.86º70.47%70.78%-
HSV(B)294.86º45.06%91.37%-
XYZ53.1737.1781.46-
YUV168.67164.3167.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=38.29%
G=21.88%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241282330.040.4500.09294.8670.4770.78
HexE080E942D091274647
Octal340200351455011447106107
Binary1110000010000000111010011001011010100110010011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e080e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e080e9; }

 p { color: rgb(224,128,233); }

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

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

 a { background-color: rgb(224,128,233); }

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

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

 span { border-color: rgb(224,128,233); }

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