#EB96FE

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

Shades of Violet #EB96FE

Tints of Violet #EB96FE

Color information

#EB96FE (or 0xEB96FE) is unknown color: approx Violet. HEX triplet: EB, 96 and FE. RGB value is (235,150,254). Sum of RGB (Red+Green+Blue) = 235+150+254=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96FE is #146901. Grayscale: #BABABA. Windows color (decimal): -1337602 or 16684779. OLE color: 16684779.

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

Color convert

RGB235150254-
CMYK0.070.4100.00
HSL289.04º98.11%79.22%-
HSV(B)289.04º40.94%99.61%-
XYZ63.0646.6399.44-
YUV187.27165.66162.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 150 (58.98% from 255) = 23.47%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=36.78%
G=23.47%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351502540.070.4100.00289.0498.1179.22
HexEB96FE72900121624f
Octal35322637675100441142117
Binary1110101110010110111111101111010010010010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96FE; }

 p { color: rgb(235,150,254); }

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

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

 a { background-color: rgb(235,150,254); }

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

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

 span { border-color: rgb(235,150,254); }

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