#E775F3

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

Shades of Violet #E775F3

Tints of Violet #E775F3

Color information

#E775F3 (or 0xE775F3) is unknown color: approx Violet. HEX triplet: E7, 75 and F3. RGB value is (231,117,243). Sum of RGB (Red+Green+Blue) = 231+117+243=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #E775F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E775F3 is #188A0C. Grayscale: #A5A5A5. Windows color (decimal): -1608205 or 15955431. OLE color: 15955431.

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

Color convert

RGB231117243-
CMYK0.050.5200.05
HSL294.29º84%70.59%-
HSV(B)294.29º51.85%95.29%-
XYZ55.4936.1888.85-
YUV165.45171.77174.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 117 (46.09% from 255) = 19.80%
BLUE value IS 243 (95.31% from 255) = 41.12%
R=39.09%
G=19.80%
B=41.12%

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
Decimal2311172430.050.5200.05294.298470.59
HexE775F3534051265447
Octal34716536356405446124107
Binary11100111111010111110011101110100010110010011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775F3; }

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

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

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

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

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

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

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

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