#EB94FB

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

Shades of Violet #EB94FB

Tints of Violet #EB94FB

Color information

#EB94FB (or 0xEB94FB) is unknown color: approx Violet. HEX triplet: EB, 94 and FB. RGB value is (235,148,251). Sum of RGB (Red+Green+Blue) = 235+148+251=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB94FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB94FB is #146B04. Grayscale: #B9B9B9. Windows color (decimal): -1338117 or 16487659. OLE color: 16487659.

HSL color Cylindrical-coordinate representation of color #EB94FB: hue angle of 290.68º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB94FB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235148251-
CMYK0.060.4100.02
HSL290.68º92.79%78.24%-
HSV(B)290.68º41.04%98.43%-
XYZ62.2645.8196.83-
YUV185.76164.82163.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 23.34%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=37.07%
G=23.34%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351482510.060.4100.02290.6892.7978.24
HexEB94FB629021235d4e
Octal35322437365102443135116
Binary11101011100101001111101111010100101010010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94FB; }

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

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

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

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

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

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

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

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