#EB91EF

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

Shades of Violet #EB91EF

Tints of Violet #EB91EF

Color information

#EB91EF (or 0xEB91EF) is unknown color: approx Violet. HEX triplet: EB, 91 and EF. RGB value is (235,145,239). Sum of RGB (Red+Green+Blue) = 235+145+239=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB91EF is #146E10. Grayscale: #B6B6B6. Windows color (decimal): -1338897 or 15700459. OLE color: 15700459.

HSL color Cylindrical-coordinate representation of color #EB91EF: hue angle of 297.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB91EF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235145239-
CMYK0.020.3900.06
HSL297.45º74.6%75.29%-
HSV(B)297.45º39.33%93.73%-
XYZ59.9744.1487.02-
YUV182.63159.82165.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 23.42%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=37.96%
G=23.42%
B=38.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351452390.020.3900.06297.4574.675.29
HexEB91EF227061294b4b
Octal35322135724706451113113
Binary11101011100100011110111110100111011010010100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91EF; }

 p { color: rgb(235,145,239); }

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

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

 a { background-color: rgb(235,145,239); }

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

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

 span { border-color: rgb(235,145,239); }

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