#EB97F7

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

Shades of Violet #EB97F7

Tints of Violet #EB97F7

Color information

#EB97F7 (or 0xEB97F7) is unknown color: approx Violet. HEX triplet: EB, 97 and F7. RGB value is (235,151,247). Sum of RGB (Red+Green+Blue) = 235+151+247=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB97F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97F7 is #146808. Grayscale: #BABABA. Windows color (decimal): -1337353 or 16226283. OLE color: 16226283.

HSL color Cylindrical-coordinate representation of color #EB97F7: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB97F7 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235151247-
CMYK0.050.3900.03
HSL292.5º85.71%78.04%-
HSV(B)292.5º38.87%96.86%-
XYZ62.1246.5193.7-
YUV187.06161.83162.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 151 (59.38% from 255) = 23.85%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=37.12%
G=23.85%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351512470.050.3900.03292.585.7178.04
HexEB97F752703124564e
Octal35322736754703444126116
Binary11101011100101111111011110110011101110010010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97F7; }

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

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

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

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

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

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

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

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