#EB95EA

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

Shades of Violet #EB95EA

Tints of Violet #EB95EA

Color information

#EB95EA (or 0xEB95EA) is unknown color: approx Violet. HEX triplet: EB, 95 and EA. RGB value is (235,149,234). Sum of RGB (Red+Green+Blue) = 235+149+234=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95EA is #146A15. Grayscale: #B8B8B8. Windows color (decimal): -1337878 or 15373803. OLE color: 15373803.

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

Color convert

RGB235149234-
CMYK00.370.000.08
HSL300.7º68.25%75.29%-
HSV(B)300.7º36.6%92.16%-
XYZ59.8645.183.39-
YUV184.4155.99164.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=38.03%
G=24.11%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514923400.370.000.08300.768.2575.29
HexEB95EA0250812d444b
Octal353225352045010455104113
Binary11101011100101011110101001001010100010010110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95EA; }

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

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

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

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

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

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

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

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