#EB97FE

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

Shades of Violet #EB97FE

Tints of Violet #EB97FE

Color information

#EB97FE (or 0xEB97FE) is unknown color: approx Violet. HEX triplet: EB, 97 and FE. RGB value is (235,151,254). Sum of RGB (Red+Green+Blue) = 235+151+254=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 151 (59.38% from 255 or 23.59% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB97FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97FE is #146801. Grayscale: #BBBBBB. Windows color (decimal): -1337346 or 16685035. OLE color: 16685035.

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

Color convert

RGB235151254-
CMYK0.070.4100.00
HSL288.93º98.1%79.41%-
HSV(B)288.93º40.55%99.61%-
XYZ63.2246.9599.5-
YUV187.86165.33161.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 23.59%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=36.72%
G=23.59%
B=39.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351512540.070.4100.00288.9398.179.41
HexEB97FE72900121624f
Octal35322737675100441142117
Binary1110101110010111111111101111010010010010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97FE; }

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

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

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

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

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

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

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

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