#EB89F1

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

Shades of Violet #EB89F1

Tints of Violet #EB89F1

Color information

#EB89F1 (or 0xEB89F1) is unknown color: approx Violet. HEX triplet: EB, 89 and F1. RGB value is (235,137,241). Sum of RGB (Red+Green+Blue) = 235+137+241=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 137 (53.91% from 255 or 22.35% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB89F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB89F1 is #14760E. Grayscale: #B1B1B1. Windows color (decimal): -1340943 or 15829483. OLE color: 15829483.

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

Color convert

RGB235137241-
CMYK0.020.4300.05
HSL296.54º78.79%74.12%-
HSV(B)296.54º43.15%94.51%-
XYZ59.0841.988.19-
YUV178.16163.47168.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 137 (53.91% from 255) = 22.35%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=38.34%
G=22.35%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351372410.020.4300.05296.5478.7974.12
HexEB89F122B051294f4a
Octal35321136125305451117112
Binary11101011100010011111000110101011010110010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89F1; }

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

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

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

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

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

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

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

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