#EB97F2

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

Shades of Violet #EB97F2

Tints of Violet #EB97F2

Color information

#EB97F2 (or 0xEB97F2) is unknown color: approx Violet. HEX triplet: EB, 97 and F2. RGB value is (235,151,242). Sum of RGB (Red+Green+Blue) = 235+151+242=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB97F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB97F2 is #14680D. Grayscale: #BABABA. Windows color (decimal): -1337358 or 15898603. OLE color: 15898603.

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

Color convert

RGB235151242-
CMYK0.030.3800.05
HSL295.38º77.78%77.06%-
HSV(B)295.38º37.6%94.9%-
XYZ61.3546.2189.69-
YUV186.49159.33162.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=37.42%
G=24.04%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351512420.030.3800.05295.3877.7877.06
HexEB97F2326051274e4d
Octal35322736234605447116115
Binary11101011100101111111001011100110010110010011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97F2; }

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

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

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

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

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

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

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

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