#EB81F9

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

Shades of Violet #EB81F9

Tints of Violet #EB81F9

Color information

#EB81F9 (or 0xEB81F9) is unknown color: approx Violet. HEX triplet: EB, 81 and F9. RGB value is (235,129,249). Sum of RGB (Red+Green+Blue) = 235+129+249=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #EB81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB81F9 is #147E06. Grayscale: #AEAEAE. Windows color (decimal): -1342983 or 16351723. OLE color: 16351723.

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

Color convert

RGB235129249-
CMYK0.060.4800.02
HSL293º90.91%74.12%-
HSV(B)293º48.19%97.65%-
XYZ59.2140.294.26-
YUV174.37170.12171.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 129 (50.78% from 255) = 21.04%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=38.34%
G=21.04%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351292490.060.4800.0229390.9174.12
HexEB81F9630021255b4a
Octal35320137166002445133112
Binary11101011100000011111100111011000001010010010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81F9; }

 p { color: rgb(235,129,249); }

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

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

 a { background-color: rgb(235,129,249); }

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

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

 span { border-color: rgb(235,129,249); }

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