#E96BEB

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

Shades of Violet #E96BEB

Tints of Violet #E96BEB

Color information

#E96BEB (or 0xE96BEB) is unknown color: approx Violet. HEX triplet: E9, 6B and EB. RGB value is (233,107,235). Sum of RGB (Red+Green+Blue) = 233+107+235=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E96BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BEB is #169414. Grayscale: #9E9E9E. Windows color (decimal): -1479701 or 15428585. OLE color: 15428585.

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

Color convert

RGB233107235-
CMYK0.010.5400.08
HSL299.06º76.19%67.06%-
HSV(B)299.06º54.47%92.16%-
XYZ53.8633.8482.29-
YUV159.27170.74180.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 107 (42.19% from 255) = 18.61%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=40.52%
G=18.61%
B=40.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331072350.010.5400.08299.0676.1967.06
HexE96BEB1360812b4c43
Octal351153353166010453114103
Binary1110100111010111110101111101100100010010101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BEB; }

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

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

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

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

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

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

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

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