#E080E7

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

Shades of Violet #E080E7

Tints of Violet #E080E7

Color information

#E080E7 (or 0xE080E7) is unknown color: approx Violet. HEX triplet: E0, 80 and E7. RGB value is (224,128,231). Sum of RGB (Red+Green+Blue) = 224+128+231=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #E080E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080E7 is #1F7F18. Grayscale: #A8A8A8. Windows color (decimal): -2064153 or 15171808. OLE color: 15171808.

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

Color convert

RGB224128231-
CMYK0.030.4500.09
HSL295.92º68.21%70.39%-
HSV(B)295.92º44.59%90.59%-
XYZ52.8837.0679.97-
YUV168.45163.3167.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 128 (50.39% from 255) = 21.96%
BLUE value IS 231 (90.62% from 255) = 39.62%
R=38.42%
G=21.96%
B=39.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241282310.030.4500.09295.9268.2170.39
HexE080E732D091284446
Octal340200347355011450104106
Binary111000001000000011100111111011010100110010100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080E7; }

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

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

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

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

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

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

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

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