#EF91EF

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

Shades of Violet #EF91EF

Tints of Violet #EF91EF

Color information

#EF91EF (or 0xEF91EF) is unknown color: approx Violet. HEX triplet: EF, 91 and EF. RGB value is (239,145,239). Sum of RGB (Red+Green+Blue) = 239+145+239=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF91EF is #106E10. Grayscale: #B7B7B7. Windows color (decimal): -1076753 or 15700463. OLE color: 15700463.

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

Color convert

RGB239145239-
CMYK00.3900.06
HSL300º74.6%75.29%-
HSV(B)300º39.33%93.73%-
XYZ61.344.8387.08-
YUV183.82159.14167.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 145 (57.03% from 255) = 23.27%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=38.36%
G=23.27%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914523900.3900.0630074.675.29
HexEF91EF0270612c4b4b
Octal35722135704706454113113
Binary1110111110010001111011110100111011010010110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91EF; }

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

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

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

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

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

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

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

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