#EB98F6

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

Shades of Violet #EB98F6

Tints of Violet #EB98F6

Color information

#EB98F6 (or 0xEB98F6) is unknown color: approx Violet. HEX triplet: EB, 98 and F6. RGB value is (235,152,246). Sum of RGB (Red+Green+Blue) = 235+152+246=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #EB98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB98F6 is #146709. Grayscale: #BBBBBB. Windows color (decimal): -1337098 or 16161003. OLE color: 16161003.

HSL color Cylindrical-coordinate representation of color #EB98F6: hue angle of 292.98º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB98F6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235152246-
CMYK0.040.3800.04
HSL292.98º83.93%78.04%-
HSV(B)292.98º38.21%96.47%-
XYZ62.1246.7792.94-
YUV187.53161161.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 152 (59.77% from 255) = 24.01%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=37.12%
G=24.01%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351522460.040.3800.04292.9883.9378.04
HexEB98F642604125544e
Octal35323036644604445124116
Binary111010111001100011110110100100110010010010010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98F6; }

 p { color: rgb(235,152,246); }

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

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

 a { background-color: rgb(235,152,246); }

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

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

 span { border-color: rgb(235,152,246); }

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