#EB97ED

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

Shades of Violet #EB97ED

Tints of Violet #EB97ED

Color information

#EB97ED (or 0xEB97ED) is unknown color: approx Violet. HEX triplet: EB, 97 and ED. RGB value is (235,151,237). Sum of RGB (Red+Green+Blue) = 235+151+237=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB97ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97ED is #146812. Grayscale: #B9B9B9. Windows color (decimal): -1337363 or 15570923. OLE color: 15570923.

HSL color Cylindrical-coordinate representation of color #EB97ED: hue angle of 298.6º degrees, saturation: 0.7, 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 #EB97ED is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235151237-
CMYK0.010.3600.07
HSL298.6º70.49%76.08%-
HSV(B)298.6º36.29%92.94%-
XYZ60.6145.9185.79-
YUV185.92156.83163.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 151 (59.38% from 255) = 24.24%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=37.72%
G=24.24%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351512370.010.3600.07298.670.4976.08
HexEB97ED1240712b464c
Octal35322735514407453106114
Binary1110101110010111111011011100100011110010101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97ED; }

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

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

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

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

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

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

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

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