#E673F1

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

Shades of Violet #E673F1

Tints of Violet #E673F1

Color information

#E673F1 (or 0xE673F1) is unknown color: approx Violet. HEX triplet: E6, 73 and F1. RGB value is (230,115,241). Sum of RGB (Red+Green+Blue) = 230+115+241=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #E673F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E673F1 is #198C0E. Grayscale: #A3A3A3. Windows color (decimal): -1674255 or 15823846. OLE color: 15823846.

HSL color Cylindrical-coordinate representation of color #E673F1: hue angle of 294.76º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E673F1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230115241-
CMYK0.050.5200.05
HSL294.76º81.82%69.8%-
HSV(B)294.76º52.28%94.51%-
XYZ54.6435.4487.18-
YUV163.75171.6175.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 115 (45.31% from 255) = 19.62%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=39.25%
G=19.62%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301152410.050.5200.05294.7681.8269.8
HexE673F1534051275246
Octal34616336156405447122106
Binary11100110111001111110001101110100010110010011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E673F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E673F1; }

 p { color: rgb(230,115,241); }

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

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

 a { background-color: rgb(230,115,241); }

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

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

 span { border-color: rgb(230,115,241); }

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