#E880F1

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

Shades of Violet #E880F1

Tints of Violet #E880F1

Color information

#E880F1 (or 0xE880F1) is unknown color: approx Violet. HEX triplet: E8, 80 and F1. RGB value is (232,128,241). Sum of RGB (Red+Green+Blue) = 232+128+241=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #E880F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880F1 is #177F0E. Grayscale: #ABABAB. Windows color (decimal): -1539855 or 15827176. OLE color: 15827176.

HSL color Cylindrical-coordinate representation of color #E880F1: hue angle of 295.22º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E880F1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232128241-
CMYK0.040.4700.05
HSL295.22º80.14%72.35%-
HSV(B)295.22º46.89%94.51%-
XYZ56.8838.9587.74-
YUV171.98166.96170.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 128 (50.39% from 255) = 21.30%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=38.60%
G=21.30%
B=40.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321282410.040.4700.05295.2280.1472.35
HexE880F142F051275048
Octal35020036145705447120110
Binary111010001000000011110001100101111010110010011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880F1; }

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

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

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

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

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

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

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

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