#EF91FF

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

Shades of Violet #EF91FF

Tints of Violet #EF91FF

Color information

#EF91FF (or 0xEF91FF) is unknown color: approx Violet. HEX triplet: EF, 91 and FF. RGB value is (239,145,255). Sum of RGB (Red+Green+Blue) = 239+145+255=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF91FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91FF is #106E00. Grayscale: #B9B9B9. Windows color (decimal): -1076737 or 16749039. OLE color: 16749039.

HSL color Cylindrical-coordinate representation of color #EF91FF: hue angle of 291.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF91FF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239145255-
CMYK0.060.4300
HSL291.27º100%78.43%-
HSV(B)291.27º43.14%100%-
XYZ63.7745.82100.09-
YUV185.65167.14166.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 145 (57.03% from 255) = 22.69%
BLUE value IS 255 (100% from 255) = 39.91%
R=37.40%
G=22.69%
B=39.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391452550.060.4300291.2710078.43
HexEF91FF62B00123644e
Octal35722137765300443144116
Binary1110111110010001111111111101010110010010001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91FF; }

 p { color: rgb(239,145,255); }

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

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

 a { background-color: rgb(239,145,255); }

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

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

 span { border-color: rgb(239,145,255); }

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