#EB8FFE

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

Shades of Violet #EB8FFE

Tints of Violet #EB8FFE

Color information

#EB8FFE (or 0xEB8FFE) is unknown color: approx Violet. HEX triplet: EB, 8F and FE. RGB value is (235,143,254). Sum of RGB (Red+Green+Blue) = 235+143+254=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8FFE is #147001. Grayscale: #B6B6B6. Windows color (decimal): -1339394 or 16682987. OLE color: 16682987.

HSL color Cylindrical-coordinate representation of color #EB8FFE: hue angle of 289.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB8FFE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235143254-
CMYK0.070.4400.00
HSL289.73º98.23%77.84%-
HSV(B)289.73º43.7%99.61%-
XYZ61.9744.4699.08-
YUV183.16167.98164.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 143 (56.25% from 255) = 22.63%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=37.18%
G=22.63%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351432540.070.4400.00289.7398.2377.84
HexEB8FFE72C00122624e
Octal35321737675400442142116
Binary1110101110001111111111101111011000010010001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FFE; }

 p { color: rgb(235,143,254); }

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

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

 a { background-color: rgb(235,143,254); }

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

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

 span { border-color: rgb(235,143,254); }

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