#E280F1

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

Shades of Violet #E280F1

Tints of Violet #E280F1

Color information

#E280F1 (or 0xE280F1) is unknown color: approx Violet. HEX triplet: E2, 80 and F1. RGB value is (226,128,241). Sum of RGB (Red+Green+Blue) = 226+128+241=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #E280F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280F1 is #1D7F0E. Grayscale: #A9A9A9. Windows color (decimal): -1933071 or 15827170. OLE color: 15827170.

HSL color Cylindrical-coordinate representation of color #E280F1: hue angle of 292.04º 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 #E280F1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226128241-
CMYK0.060.4700.05
HSL292.04º80.14%72.35%-
HSV(B)292.04º46.89%94.51%-
XYZ54.9637.9687.65-
YUV170.18167.97167.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=37.98%
G=21.51%
B=40.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261282410.060.4700.05292.0480.1472.35
HexE280F162F051245048
Octal34220036165705444120110
Binary111000101000000011110001110101111010110010010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E280F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E280F1; }

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

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

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

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

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

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

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

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