#EB81FD

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

Shades of Violet #EB81FD

Tints of Violet #EB81FD

Color information

#EB81FD (or 0xEB81FD) is unknown color: approx Violet. HEX triplet: EB, 81 and FD. RGB value is (235,129,253). Sum of RGB (Red+Green+Blue) = 235+129+253=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB81FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB81FD is #147E02. Grayscale: #AEAEAE. Windows color (decimal): -1342979 or 16613867. OLE color: 16613867.

HSL color Cylindrical-coordinate representation of color #EB81FD: hue angle of 291.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB81FD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235129253-
CMYK0.070.4900.01
HSL291.29º96.88%74.9%-
HSV(B)291.29º49.01%99.22%-
XYZ59.8440.4597.58-
YUV174.83172.12170.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 129 (50.78% from 255) = 20.91%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=38.09%
G=20.91%
B=41.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351292530.070.4900.01291.2996.8874.9
HexEB81FD73101123614b
Octal35320137576101443141113
Binary1110101110000001111111011111100010110010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81FD; }

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

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

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

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

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

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

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

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