#E775F1

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

Shades of Violet #E775F1

Tints of Violet #E775F1

Color information

#E775F1 (or 0xE775F1) is unknown color: approx Violet. HEX triplet: E7, 75 and F1. RGB value is (231,117,241). Sum of RGB (Red+Green+Blue) = 231+117+241=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #E775F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E775F1 is #188A0E. Grayscale: #A4A4A4. Windows color (decimal): -1608207 or 15824359. OLE color: 15824359.

HSL color Cylindrical-coordinate representation of color #E775F1: hue angle of 295.16º 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 #E775F1 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231117241-
CMYK0.040.5100.05
HSL295.16º81.58%70.2%-
HSV(B)295.16º51.45%94.51%-
XYZ55.1936.0687.27-
YUV165.22170.77174.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 117 (46.09% from 255) = 19.86%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=39.22%
G=19.86%
B=40.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311172410.040.5100.05295.1681.5870.2
HexE775F1433051275246
Octal34716536146305447122106
Binary11100111111010111110001100110011010110010011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775F1; }

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

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

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

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

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

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

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

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