#EF8BF6

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

Shades of Violet #EF8BF6

Tints of Violet #EF8BF6

Color information

#EF8BF6 (or 0xEF8BF6) is unknown color: approx Violet. HEX triplet: EF, 8B and F6. RGB value is (239,139,246). Sum of RGB (Red+Green+Blue) = 239+139+246=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF8BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BF6 is #107409. Grayscale: #B4B4B4. Windows color (decimal): -1078282 or 16157679. OLE color: 16157679.

HSL color Cylindrical-coordinate representation of color #EF8BF6: hue angle of 296.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8BF6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239139246-
CMYK0.030.4300.04
HSL296.07º85.6%75.49%-
HSV(B)296.07º43.5%96.47%-
XYZ61.4643.4792.34-
YUV181.1164.63169.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 139 (54.69% from 255) = 22.28%
BLUE value IS 246 (96.48% from 255) = 39.42%
R=38.30%
G=22.28%
B=39.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391392460.030.4300.04296.0785.675.49
HexEF8BF632B04128564b
Octal35721336635304450126113
Binary11101111100010111111011011101011010010010100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BF6; }

 p { color: rgb(239,139,246); }

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

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

 a { background-color: rgb(239,139,246); }

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

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

 span { border-color: rgb(239,139,246); }

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