#E96BEC

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

Shades of Violet #E96BEC

Tints of Violet #E96BEC

Color information

#E96BEC (or 0xE96BEC) is unknown color: approx Violet. HEX triplet: E9, 6B and EC. RGB value is (233,107,236). Sum of RGB (Red+Green+Blue) = 233+107+236=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #E96BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BEC is #169413. Grayscale: #9E9E9E. Windows color (decimal): -1479700 or 15494121. OLE color: 15494121.

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

Color convert

RGB233107236-
CMYK0.010.5500.07
HSL298.6º77.25%67.25%-
HSV(B)298.6º54.66%92.55%-
XYZ5433.983.05-
YUV159.38171.24180.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 107 (42.19% from 255) = 18.58%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=40.45%
G=18.58%
B=40.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331072360.010.5500.07298.677.2567.25
HexE96BEC1370712b4d43
Octal35115335416707453115103
Binary111010011101011111011001110111011110010101110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BEC; }

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

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

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

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

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

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

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

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