#E995EC

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

Shades of Violet #E995EC

Tints of Violet #E995EC

Color information

#E995EC (or 0xE995EC) is unknown color: approx Violet. HEX triplet: E9, 95 and EC. RGB value is (233,149,236). Sum of RGB (Red+Green+Blue) = 233+149+236=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E995EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995EC is #166A13. Grayscale: #B7B7B7. Windows color (decimal): -1468948 or 15504873. OLE color: 15504873.

HSL color Cylindrical-coordinate representation of color #E995EC: hue angle of 297.93º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E995EC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233149236-
CMYK0.010.3700.07
HSL297.93º69.6%75.49%-
HSV(B)297.93º36.86%92.55%-
XYZ59.4944.8784.88-
YUV184.03157.33162.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=37.70%
G=24.11%
B=38.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331492360.010.3700.07297.9369.675.49
HexE995EC1250712a464b
Octal35122535414507452106113
Binary1110100110010101111011001100101011110010101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995EC; }

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

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

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

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

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

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

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

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