#E995EB

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

Shades of Violet #E995EB

Tints of Violet #E995EB

Color information

#E995EB (or 0xE995EB) is unknown color: approx Violet. HEX triplet: E9, 95 and EB. RGB value is (233,149,235). Sum of RGB (Red+Green+Blue) = 233+149+235=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #E995EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E995EB is #166A14. Grayscale: #B7B7B7. Windows color (decimal): -1468949 or 15439337. OLE color: 15439337.

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

Color convert

RGB233149235-
CMYK0.010.3700.08
HSL298.6º68.25%75.29%-
HSV(B)298.6º36.6%92.16%-
XYZ59.3544.8284.12-
YUV183.92156.83163.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.76%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=37.76%
G=24.15%
B=38.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331492350.010.3700.08298.668.2575.29
HexE995EB1250812b444b
Octal351225353145010453104113
Binary11101001100101011110101111001010100010010101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995EB; }

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

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

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

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

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

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

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

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