#E175E7

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

Shades of Violet #E175E7

Tints of Violet #E175E7

Color information

#E175E7 (or 0xE175E7) is unknown color: approx Violet. HEX triplet: E1, 75 and E7. RGB value is (225,117,231). Sum of RGB (Red+Green+Blue) = 225+117+231=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #E175E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175E7 is #1E8A18. Grayscale: #A1A1A1. Windows color (decimal): -2001433 or 15168993. OLE color: 15168993.

HSL color Cylindrical-coordinate representation of color #E175E7: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E175E7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225117231-
CMYK0.030.4900.09
HSL296.84º70.37%68.24%-
HSV(B)296.84º49.35%90.59%-
XYZ51.8434.579.53-
YUV162.29166.78172.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 231 (90.62% from 255) = 40.31%
R=39.27%
G=20.42%
B=40.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251172310.030.4900.09296.8470.3768.24
HexE175E7331091294644
Octal341165347361011451106104
Binary11100001111010111100111111100010100110010100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175E7; }

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

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

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

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

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

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

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

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