#EF86E7

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

Shades of Violet #EF86E7

Tints of Violet #EF86E7

Color information

#EF86E7 (or 0xEF86E7) is unknown color: approx Violet. HEX triplet: EF, 86 and E7. RGB value is (239,134,231). Sum of RGB (Red+Green+Blue) = 239+134+231=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86E7 is #107918. Grayscale: #B0B0B0. Windows color (decimal): -1079577 or 15173359. OLE color: 15173359.

HSL color Cylindrical-coordinate representation of color #EF86E7: hue angle of 304.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86E7 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239134231-
CMYK00.440.030.06
HSL304.57º76.64%73.14%-
HSV(B)304.57º43.93%93.73%-
XYZ58.5541.1780.46-
YUV176.45158.79172.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 134 (52.73% from 255) = 22.19%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=39.57%
G=22.19%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913423100.440.030.06304.5776.6473.14
HexEF86E702C361314d49
Octal35720634705436461115111
Binary11101111100001101110011101011001111010011000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86E7; }

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

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

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

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

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

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

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

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