#EB81FA

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

Shades of Violet #EB81FA

Tints of Violet #EB81FA

Color information

#EB81FA (or 0xEB81FA) is unknown color: approx Violet. HEX triplet: EB, 81 and FA. RGB value is (235,129,250). Sum of RGB (Red+Green+Blue) = 235+129+250=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB81FA is #147E05. Grayscale: #AEAEAE. Windows color (decimal): -1342982 or 16417259. OLE color: 16417259.

HSL color Cylindrical-coordinate representation of color #EB81FA: hue angle of 292.56º degrees, saturation: 0.92, 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 #EB81FA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235129250-
CMYK0.060.4800.02
HSL292.56º92.37%74.31%-
HSV(B)292.56º48.4%98.04%-
XYZ59.3740.2695.09-
YUV174.49170.62171.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 21.01%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=38.27%
G=21.01%
B=40.72%

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
Decimal2351292500.060.4800.02292.5692.3774.31
HexEB81FA630021255c4a
Octal35320137266002445134112
Binary11101011100000011111101011011000001010010010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81FA; }

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

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

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

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

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

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

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

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