#EB96FC

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

Shades of Violet #EB96FC

Tints of Violet #EB96FC

Color information

#EB96FC (or 0xEB96FC) is unknown color: approx Violet. HEX triplet: EB, 96 and FC. RGB value is (235,150,252). Sum of RGB (Red+Green+Blue) = 235+150+252=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB96FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96FC is #146903. Grayscale: #BABABA. Windows color (decimal): -1337604 or 16553707. OLE color: 16553707.

HSL color Cylindrical-coordinate representation of color #EB96FC: hue angle of 290º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB96FC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235150252-
CMYK0.070.4000.01
HSL290º94.44%78.82%-
HSV(B)290º40.48%98.82%-
XYZ62.7446.597.76-
YUV187.04164.66162.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=36.89%
G=23.55%
B=39.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351502520.070.4000.0129094.4478.82
HexEB96FC728011225e4f
Octal35322637475001442136117
Binary1110101110010110111111001111010000110010001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96FC; }

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

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

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

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

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

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

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

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