#EB94FC

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

Shades of Violet #EB94FC

Tints of Violet #EB94FC

Color information

#EB94FC (or 0xEB94FC) is unknown color: approx Violet. HEX triplet: EB, 94 and FC. RGB value is (235,148,252). Sum of RGB (Red+Green+Blue) = 235+148+252=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB94FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB94FC is #146B03. Grayscale: #B9B9B9. Windows color (decimal): -1338116 or 16553195. OLE color: 16553195.

HSL color Cylindrical-coordinate representation of color #EB94FC: hue angle of 290.19º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB94FC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235148252-
CMYK0.070.4100.01
HSL290.19º94.55%78.43%-
HSV(B)290.19º41.27%98.82%-
XYZ62.4245.8797.66-
YUV185.87165.32163.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 148 (58.20% from 255) = 23.31%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=37.01%
G=23.31%
B=39.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351482520.070.4100.01290.1994.5578.43
HexEB94FC729011225f4e
Octal35322437475101442137116
Binary1110101110010100111111001111010010110010001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94FC; }

 p { color: rgb(235,148,252); }

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

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

 a { background-color: rgb(235,148,252); }

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

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

 span { border-color: rgb(235,148,252); }

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