#EB95F1

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

Shades of Violet #EB95F1

Tints of Violet #EB95F1

Color information

#EB95F1 (or 0xEB95F1) is unknown color: approx Violet. HEX triplet: EB, 95 and F1. RGB value is (235,149,241). Sum of RGB (Red+Green+Blue) = 235+149+241=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB95F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB95F1 is #146A0E. Grayscale: #B8B8B8. Windows color (decimal): -1337871 or 15832555. OLE color: 15832555.

HSL color Cylindrical-coordinate representation of color #EB95F1: hue angle of 296.09º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB95F1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235149241-
CMYK0.020.3800.05
HSL296.09º76.67%76.47%-
HSV(B)296.09º38.17%94.51%-
XYZ60.8945.5188.79-
YUV185.2159.49163.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 149 (58.59% from 255) = 23.84%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=37.6%
G=23.84%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351492410.020.3800.05296.0976.6776.47
HexEB95F1226051284d4c
Octal35322536124605450115114
Binary11101011100101011111000110100110010110010100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95F1; }

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

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

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

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

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

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

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

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