#E290F1

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

Shades of Violet #E290F1

Tints of Violet #E290F1

Color information

#E290F1 (or 0xE290F1) is unknown color: approx Violet. HEX triplet: E2, 90 and F1. RGB value is (226,144,241). Sum of RGB (Red+Green+Blue) = 226+144+241=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #E290F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E290F1 is #1D6F0E. Grayscale: #B3B3B3. Windows color (decimal): -1928975 or 15831266. OLE color: 15831266.

HSL color Cylindrical-coordinate representation of color #E290F1: hue angle of 290.72º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E290F1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226144241-
CMYK0.060.4000.05
HSL290.72º77.6%75.49%-
HSV(B)290.72º40.25%94.51%-
XYZ57.2142.4788.4-
YUV179.58162.67161.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.99%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=36.99%
G=23.57%
B=39.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261442410.060.4000.05290.7277.675.49
HexE290F1628051234e4b
Octal34222036165005443116113
Binary111000101001000011110001110101000010110010001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290F1; }

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

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

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

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

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

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

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

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