#EB8EF2

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

Shades of Violet #EB8EF2

Tints of Violet #EB8EF2

Color information

#EB8EF2 (or 0xEB8EF2) is unknown color: approx Violet. HEX triplet: EB, 8E and F2. RGB value is (235,142,242). Sum of RGB (Red+Green+Blue) = 235+142+242=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB8EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EF2 is #14710D. Grayscale: #B4B4B4. Windows color (decimal): -1339662 or 15896299. OLE color: 15896299.

HSL color Cylindrical-coordinate representation of color #EB8EF2: hue angle of 295.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8EF2 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235142242-
CMYK0.030.4100.05
HSL295.8º79.37%75.29%-
HSV(B)295.8º41.32%94.9%-
XYZ59.9643.4289.22-
YUV181.21162.31166.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 142 (55.86% from 255) = 22.94%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=37.96%
G=22.94%
B=39.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351422420.030.4100.05295.879.3775.29
HexEB8EF2329051284f4b
Octal35321636235105450117113
Binary11101011100011101111001011101001010110010100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EF2; }

 p { color: rgb(235,142,242); }

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

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

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

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

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

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

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