#EB95F6

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

Shades of Violet #EB95F6

Tints of Violet #EB95F6

Color information

#EB95F6 (or 0xEB95F6) is unknown color: approx Violet. HEX triplet: EB, 95 and F6. RGB value is (235,149,246). Sum of RGB (Red+Green+Blue) = 235+149+246=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #EB95F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95F6 is #146A09. Grayscale: #B9B9B9. Windows color (decimal): -1337866 or 16160235. OLE color: 16160235.

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

Color convert

RGB235149246-
CMYK0.040.3900.04
HSL293.2º84.35%77.45%-
HSV(B)293.2º39.43%96.47%-
XYZ61.6445.8192.78-
YUV185.77161.99163.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 246 (96.48% from 255) = 39.05%
R=37.30%
G=23.65%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351492460.040.3900.04293.284.3577.45
HexEB95F642704125544d
Octal35322536644704445124115
Binary111010111001010111110110100100111010010010010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95F6; }

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

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

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

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

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

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

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

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