#EB95EB

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

Shades of Violet #EB95EB

Tints of Violet #EB95EB

Color information

#EB95EB (or 0xEB95EB) is unknown color: approx Violet. HEX triplet: EB, 95 and EB. RGB value is (235,149,235). Sum of RGB (Red+Green+Blue) = 235+149+235=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB95EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95EB is #146A14. Grayscale: #B8B8B8. Windows color (decimal): -1337877 or 15439339. OLE color: 15439339.

HSL color Cylindrical-coordinate representation of color #EB95EB: hue angle of 300º 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 #EB95EB is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235149235-
CMYK00.3700.08
HSL300º68.25%75.29%-
HSV(B)300º36.6%92.16%-
XYZ6045.1684.15-
YUV184.52156.49164.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=37.96%
G=24.07%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514923500.3700.0830068.2575.29
HexEB95EB0250812c444b
Octal353225353045010454104113
Binary11101011100101011110101101001010100010010110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95EB; }

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

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

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

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

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

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

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

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