#EB95E9

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

Shades of Violet #EB95E9

Tints of Violet #EB95E9

Color information

#EB95E9 (or 0xEB95E9) is unknown color: approx Violet. HEX triplet: EB, 95 and E9. RGB value is (235,149,233). Sum of RGB (Red+Green+Blue) = 235+149+233=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95E9 is #146A16. Grayscale: #B8B8B8. Windows color (decimal): -1337879 or 15308267. OLE color: 15308267.

HSL color Cylindrical-coordinate representation of color #EB95E9: hue angle of 301.4º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB95E9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235149233-
CMYK00.370.010.08
HSL301.4º68.25%75.29%-
HSV(B)301.4º36.6%92.16%-
XYZ59.7245.0482.64-
YUV184.29155.49164.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 149 (58.59% from 255) = 24.15%
BLUE value IS 233 (91.41% from 255) = 37.76%
R=38.09%
G=24.15%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514923300.370.010.08301.468.2575.29
HexEB95E90251812d444b
Octal353225351045110455104113
Binary11101011100101011110100101001011100010010110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95E9; }

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

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

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

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

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

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

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

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