#EB96FA

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

Shades of Violet #EB96FA

Tints of Violet #EB96FA

Color information

#EB96FA (or 0xEB96FA) is unknown color: approx Violet. HEX triplet: EB, 96 and FA. RGB value is (235,150,250). Sum of RGB (Red+Green+Blue) = 235+150+250=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB96FA is #146905. Grayscale: #BABABA. Windows color (decimal): -1337606 or 16422635. OLE color: 16422635.

HSL color Cylindrical-coordinate representation of color #EB96FA: hue angle of 291º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB96FA is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235150250-
CMYK0.060.400.02
HSL291º90.91%78.43%-
HSV(B)291º40%98.04%-
XYZ62.4246.3896.1-
YUV186.82163.66162.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 150 (58.98% from 255) = 23.62%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=37.01%
G=23.62%
B=39.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351502500.060.400.0229190.9178.43
HexEB96FA628021235b4e
Octal35322637265002443133116
Binary11101011100101101111101011010100001010010001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB96FA; }

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

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

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

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

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

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

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

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