#EB86E7

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

Shades of Violet #EB86E7

Tints of Violet #EB86E7

Color information

#EB86E7 (or 0xEB86E7) is unknown color: approx Violet. HEX triplet: EB, 86 and E7. RGB value is (235,134,231). Sum of RGB (Red+Green+Blue) = 235+134+231=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB86E7 is #147918. Grayscale: #AEAEAE. Windows color (decimal): -1341721 or 15173355. OLE color: 15173355.

HSL color Cylindrical-coordinate representation of color #EB86E7: hue angle of 302.38º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86E7 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235134231-
CMYK00.430.020.08
HSL302.38º71.63%72.35%-
HSV(B)302.38º42.98%92.16%-
XYZ57.2140.4880.4-
YUV175.26159.46170.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 134 (52.73% from 255) = 22.33%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=39.17%
G=22.33%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513423100.430.020.08302.3871.6372.35
HexEB86E702B2812e4848
Octal353206347053210456110110
Binary111010111000011011100111010101110100010010111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86E7; }

 p { color: rgb(235,134,231); }

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

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

 a { background-color: rgb(235,134,231); }

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

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

 span { border-color: rgb(235,134,231); }

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