#E575F1

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

Shades of Violet #E575F1

Tints of Violet #E575F1

Color information

#E575F1 (or 0xE575F1) is unknown color: approx Violet. HEX triplet: E5, 75 and F1. RGB value is (229,117,241). Sum of RGB (Red+Green+Blue) = 229+117+241=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #E575F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575F1 is #1A8A0E. Grayscale: #A4A4A4. Windows color (decimal): -1739279 or 15824357. OLE color: 15824357.

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

Color convert

RGB229117241-
CMYK0.050.5100.05
HSL294.19º81.58%70.2%-
HSV(B)294.19º51.45%94.51%-
XYZ54.5535.7387.24-
YUV164.62171.11173.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 19.93%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=39.01%
G=19.93%
B=41.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291172410.050.5100.05294.1981.5870.2
HexE575F1533051265246
Octal34516536156305446122106
Binary11100101111010111110001101110011010110010011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575F1; }

 p { color: rgb(229,117,241); }

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

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

 a { background-color: rgb(229,117,241); }

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

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

 span { border-color: rgb(229,117,241); }

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