#EB8EEF

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

Shades of Violet #EB8EEF

Tints of Violet #EB8EEF

Color information

#EB8EEF (or 0xEB8EEF) is unknown color: approx Violet. HEX triplet: EB, 8E and EF. RGB value is (235,142,239). Sum of RGB (Red+Green+Blue) = 235+142+239=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB8EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB8EEF is #147110. Grayscale: #B4B4B4. Windows color (decimal): -1339665 or 15699691. OLE color: 15699691.

HSL color Cylindrical-coordinate representation of color #EB8EEF: hue angle of 297.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8EEF is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235142239-
CMYK0.020.4100.06
HSL297.53º75.19%74.71%-
HSV(B)297.53º40.59%93.73%-
XYZ59.5143.2486.87-
YUV180.86160.81166.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 142 (55.86% from 255) = 23.05%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=38.15%
G=23.05%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2351422390.020.4100.06297.5375.1974.71
HexEB8EEF2290612a4b4b
Octal35321635725106452113113
Binary11101011100011101110111110101001011010010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EEF; }

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

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

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

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

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

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

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

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