#EB95FC

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

Shades of Violet #EB95FC

Tints of Violet #EB95FC

Color information

#EB95FC (or 0xEB95FC) is unknown color: approx Violet. HEX triplet: EB, 95 and FC. RGB value is (235,149,252). Sum of RGB (Red+Green+Blue) = 235+149+252=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 149 (58.59% from 255 or 23.43% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB95FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95FC is #146A03. Grayscale: #BABABA. Windows color (decimal): -1337860 or 16553451. OLE color: 16553451.

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

Color convert

RGB235149252-
CMYK0.070.4100.01
HSL290.1º94.5%78.63%-
HSV(B)290.1º40.87%98.82%-
XYZ62.5846.1997.71-
YUV186.46164.99162.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 149 (58.59% from 255) = 23.43%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=36.95%
G=23.43%
B=39.62%

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
Decimal2351492520.070.4100.01290.194.578.63
HexEB95FC729011225e4f
Octal35322537475101442136117
Binary1110101110010101111111001111010010110010001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95FC; }

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

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

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

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

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

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

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

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