#EB95F7

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

Shades of Violet #EB95F7

Tints of Violet #EB95F7

Color information

#EB95F7 (or 0xEB95F7) is unknown color: approx Violet. HEX triplet: EB, 95 and F7. RGB value is (235,149,247). Sum of RGB (Red+Green+Blue) = 235+149+247=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB95F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95F7 is #146A08. Grayscale: #B9B9B9. Windows color (decimal): -1337865 or 16225771. OLE color: 16225771.

HSL color Cylindrical-coordinate representation of color #EB95F7: hue angle of 292.65º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB95F7 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235149247-
CMYK0.050.4000.03
HSL292.65º85.96%77.65%-
HSV(B)292.65º39.68%96.86%-
XYZ61.845.8793.59-
YUV185.89162.49163.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 23.61%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=37.24%
G=23.61%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351492470.050.4000.03292.6585.9677.65
HexEB95F752803125564e
Octal35322536755003445126116
Binary11101011100101011111011110110100001110010010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95F7; }

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

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

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

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

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

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

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

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