#EB97EC

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

Shades of Violet #EB97EC

Tints of Violet #EB97EC

Color information

#EB97EC (or 0xEB97EC) is unknown color: approx Violet. HEX triplet: EB, 97 and EC. RGB value is (235,151,236). Sum of RGB (Red+Green+Blue) = 235+151+236=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97EC is #146813. Grayscale: #B9B9B9. Windows color (decimal): -1337364 or 15505387. OLE color: 15505387.

HSL color Cylindrical-coordinate representation of color #EB97EC: hue angle of 299.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB97EC is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235151236-
CMYK0.000.3600.07
HSL299.29º69.11%75.88%-
HSV(B)299.29º36.02%92.55%-
XYZ60.4745.8585.02-
YUV185.81156.33163.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 151 (59.38% from 255) = 24.28%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=37.78%
G=24.28%
B=37.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351512360.000.3600.07299.2969.1175.88
HexEB97EC0240712b454c
Octal35322735404407453105114
Binary1110101110010111111011000100100011110010101110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97EC; }

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

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

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

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

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

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

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

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