#EB8EF1

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

Shades of Violet #EB8EF1

Tints of Violet #EB8EF1

Color information

#EB8EF1 (or 0xEB8EF1) is unknown color: approx Violet. HEX triplet: EB, 8E and F1. RGB value is (235,142,241). Sum of RGB (Red+Green+Blue) = 235+142+241=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EF1 is #14710E. Grayscale: #B4B4B4. Windows color (decimal): -1339663 or 15830763. OLE color: 15830763.

HSL color Cylindrical-coordinate representation of color #EB8EF1: hue angle of 296.36º degrees, saturation: 0.78, 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 #EB8EF1 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235142241-
CMYK0.020.4100.05
HSL296.36º77.95%75.1%-
HSV(B)296.36º41.08%94.51%-
XYZ59.8143.3688.44-
YUV181.09161.81166.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=38.03%
G=22.98%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351422410.020.4100.05296.3677.9575.1
HexEB8EF1229051284e4b
Octal35321636125105450116113
Binary11101011100011101111000110101001010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EF1; }

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

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

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

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

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

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

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

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