#E880F9

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

Shades of Violet #E880F9

Tints of Violet #E880F9

Color information

#E880F9 (or 0xE880F9) is unknown color: approx Violet. HEX triplet: E8, 80 and F9. RGB value is (232,128,249). Sum of RGB (Red+Green+Blue) = 232+128+249=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #E880F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880F9 is #177F06. Grayscale: #ACACAC. Windows color (decimal): -1539847 or 16351464. OLE color: 16351464.

HSL color Cylindrical-coordinate representation of color #E880F9: hue angle of 291.57º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E880F9 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232128249-
CMYK0.070.4900.02
HSL291.57º90.98%73.92%-
HSV(B)291.57º48.59%97.65%-
XYZ58.139.4394.17-
YUV172.89170.96170.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=38.10%
G=21.02%
B=40.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321282490.070.4900.02291.5790.9873.92
HexE880F9731021245b4a
Octal35020037176102444133112
Binary11101000100000001111100111111000101010010010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880F9; }

 p { color: rgb(232,128,249); }

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

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

 a { background-color: rgb(232,128,249); }

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

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

 span { border-color: rgb(232,128,249); }

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