#E671F0

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

Shades of Violet #E671F0

Tints of Violet #E671F0

Color information

#E671F0 (or 0xE671F0) is unknown color: approx Violet. HEX triplet: E6, 71 and F0. RGB value is (230,113,240). Sum of RGB (Red+Green+Blue) = 230+113+240=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #E671F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E671F0 is #198E0F. Grayscale: #A2A2A2. Windows color (decimal): -1674768 or 15757798. OLE color: 15757798.

HSL color Cylindrical-coordinate representation of color #E671F0: hue angle of 295.28º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E671F0 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230113240-
CMYK0.040.5300.06
HSL295.28º80.89%69.22%-
HSV(B)295.28º52.92%94.12%-
XYZ54.2734.9286.32-
YUV162.46171.76176.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 113 (44.53% from 255) = 19.38%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=39.45%
G=19.38%
B=41.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301132400.040.5300.06295.2880.8969.22
HexE671F0435061275145
Octal34616136046506447121105
Binary11100110111000111110000100110101011010010011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671F0; }

 p { color: rgb(230,113,240); }

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

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

 a { background-color: rgb(230,113,240); }

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

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

 span { border-color: rgb(230,113,240); }

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