#EB8DFF

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

Shades of Violet #EB8DFF

Tints of Violet #EB8DFF

Color information

#EB8DFF (or 0xEB8DFF) is unknown color: approx Violet. HEX triplet: EB, 8D and FF. RGB value is (235,141,255). Sum of RGB (Red+Green+Blue) = 235+141+255=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB8DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DFF is #147200. Grayscale: #B5B5B5. Windows color (decimal): -1339905 or 16748011. OLE color: 16748011.

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

Color convert

RGB235141255-
CMYK0.080.4500
HSL289.47º100%77.65%-
HSV(B)289.47º44.71%100%-
XYZ61.8443.9399.83-
YUV182.1169.14165.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 141 (55.47% from 255) = 22.35%
BLUE value IS 255 (100% from 255) = 40.41%
R=37.24%
G=22.35%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351412550.080.4500289.4710077.65
HexEB8DFF82D00121644e
Octal353215377105500441144116
Binary11101011100011011111111110001011010010010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DFF; }

 p { color: rgb(235,141,255); }

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

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

 a { background-color: rgb(235,141,255); }

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

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

 span { border-color: rgb(235,141,255); }

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