#EB97FF

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

Shades of Violet #EB97FF

Tints of Violet #EB97FF

Color information

#EB97FF (or 0xEB97FF) is unknown color: approx Violet. HEX triplet: EB, 97 and FF. RGB value is (235,151,255). Sum of RGB (Red+Green+Blue) = 235+151+255=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 151 (59.38% from 255 or 23.56% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97FF is #146800. Grayscale: #BBBBBB. Windows color (decimal): -1337345 or 16750571. OLE color: 16750571.

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

Color convert

RGB235151255-
CMYK0.080.4100
HSL288.46º100%79.61%-
HSV(B)288.46º40.78%100%-
XYZ63.3847.02100.34-
YUV187.97165.83161.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 151 (59.38% from 255) = 23.56%
BLUE value IS 255 (100% from 255) = 39.78%
R=36.66%
G=23.56%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351512550.080.4100288.4610079.61
HexEB97FF829001206450
Octal353227377105100440144120
Binary11101011100101111111111110001010010010010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97FF; }

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

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

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

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

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

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

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

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