#E279F0

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

Shades of Violet #E279F0

Tints of Violet #E279F0

Color information

#E279F0 (or 0xE279F0) is unknown color: approx Violet. HEX triplet: E2, 79 and F0. RGB value is (226,121,240). Sum of RGB (Red+Green+Blue) = 226+121+240=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #E279F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E279F0 is #1D860F. Grayscale: #A5A5A5. Windows color (decimal): -1934864 or 15759842. OLE color: 15759842.

HSL color Cylindrical-coordinate representation of color #E279F0: hue angle of 292.94º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E279F0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226121240-
CMYK0.060.5000.06
HSL292.94º79.87%70.78%-
HSV(B)292.94º49.58%94.12%-
XYZ53.9336.1386.57-
YUV165.96169.79170.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 121 (47.66% from 255) = 20.61%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=38.50%
G=20.61%
B=40.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261212400.060.5000.06292.9479.8770.78
HexE279F0632061255047
Octal34217136066206445120107
Binary11100010111100111110000110110010011010010010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279F0; }

 p { color: rgb(226,121,240); }

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

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

 a { background-color: rgb(226,121,240); }

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

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

 span { border-color: rgb(226,121,240); }

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