#EB8DF1

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

Shades of Violet #EB8DF1

Tints of Violet #EB8DF1

Color information

#EB8DF1 (or 0xEB8DF1) is unknown color: approx Violet. HEX triplet: EB, 8D and F1. RGB value is (235,141,241). Sum of RGB (Red+Green+Blue) = 235+141+241=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB8DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8DF1 is #14720E. Grayscale: #B4B4B4. Windows color (decimal): -1339919 or 15830507. OLE color: 15830507.

HSL color Cylindrical-coordinate representation of color #EB8DF1: hue angle of 296.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8DF1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235141241-
CMYK0.020.4100.05
HSL296.4º78.12%74.9%-
HSV(B)296.4º41.49%94.51%-
XYZ59.6643.0688.39-
YUV180.51162.14166.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 141 (55.47% from 255) = 22.85%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=38.09%
G=22.85%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351412410.020.4100.05296.478.1274.9
HexEB8DF1229051284e4b
Octal35321536125105450116113
Binary11101011100011011111000110101001010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DF1; }

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

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

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

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

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

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

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

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