#EB8AFA

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

Shades of Violet #EB8AFA

Tints of Violet #EB8AFA

Color information

#EB8AFA (or 0xEB8AFA) is unknown color: approx Violet. HEX triplet: EB, 8A and FA. RGB value is (235,138,250). Sum of RGB (Red+Green+Blue) = 235+138+250=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB8AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8AFA is #147505. Grayscale: #B3B3B3. Windows color (decimal): -1340678 or 16419563. OLE color: 16419563.

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

Color convert

RGB235138250-
CMYK0.060.4500.02
HSL291.96º91.8%76.08%-
HSV(B)291.96º44.8%98.04%-
XYZ60.642.7495.5-
YUV179.77167.64167.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 138 (54.30% from 255) = 22.15%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=37.72%
G=22.15%
B=40.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351382500.060.4500.02291.9691.876.08
HexEB8AFA62D021245c4c
Octal35321237265502444134114
Binary11101011100010101111101011010110101010010010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AFA; }

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

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

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

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

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

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

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

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