#E995FF

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

Shades of Violet #E995FF

Tints of Violet #E995FF

Color information

#E995FF (or 0xE995FF) is unknown color: approx Violet. HEX triplet: E9, 95 and FF. RGB value is (233,149,255). Sum of RGB (Red+Green+Blue) = 233+149+255=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 149 (58.59% from 255 or 23.39% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #E995FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995FF is #166A00. Grayscale: #B9B9B9. Windows color (decimal): -1468929 or 16750057. OLE color: 16750057.

HSL color Cylindrical-coordinate representation of color #E995FF: hue angle of 287.55º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E995FF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233149255-
CMYK0.090.4200
HSL287.55º100%79.22%-
HSV(B)287.55º41.57%100%-
XYZ62.446.04100.21-
YUV186.2166.83161.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 149 (58.59% from 255) = 23.39%
BLUE value IS 255 (100% from 255) = 40.03%
R=36.58%
G=23.39%
B=40.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331492550.090.4200287.5510079.22
HexE995FF92A00120644f
Octal351225377115200440144117
Binary11101001100101011111111110011010100010010000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995FF; }

 p { color: rgb(233,149,255); }

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

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

 a { background-color: rgb(233,149,255); }

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

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

 span { border-color: rgb(233,149,255); }

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