#EB9AFA

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

Shades of Violet #EB9AFA

Tints of Violet #EB9AFA

Color information

#EB9AFA (or 0xEB9AFA) is unknown color: approx Violet. HEX triplet: EB, 9A and FA. RGB value is (235,154,250). Sum of RGB (Red+Green+Blue) = 235+154+250=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 154 (60.55% from 255 or 24.10% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9AFA is #146505. Grayscale: #BCBCBC. Windows color (decimal): -1336582 or 16423659. OLE color: 16423659.

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

Color convert

RGB235154250-
CMYK0.060.3800.02
HSL290.62º90.57%79.22%-
HSV(B)290.62º38.4%98.04%-
XYZ63.0747.6896.32-
YUV189.16162.34160.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 154 (60.55% from 255) = 24.10%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=36.78%
G=24.10%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351542500.060.3800.02290.6290.5779.22
HexEB9AFA626021235b4f
Octal35323237264602443133117
Binary11101011100110101111101011010011001010010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9AFA; }

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

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

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

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

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

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

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

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