#EF96FF

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

Shades of Violet #EF96FF

Tints of Violet #EF96FF

Color information

#EF96FF (or 0xEF96FF) is unknown color: approx Violet. HEX triplet: EF, 96 and FF. RGB value is (239,150,255). Sum of RGB (Red+Green+Blue) = 239+150+255=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96FF is #106900. Grayscale: #BCBCBC. Windows color (decimal): -1075457 or 16750319. OLE color: 16750319.

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

Color convert

RGB239150255-
CMYK0.060.4100
HSL290.86º100%79.41%-
HSV(B)290.86º41.18%100%-
XYZ64.5547.38100.35-
YUV188.58165.49163.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 150 (58.98% from 255) = 23.29%
BLUE value IS 255 (100% from 255) = 39.60%
R=37.11%
G=23.29%
B=39.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391502550.060.4100290.8610079.41
HexEF96FF62900123644f
Octal35722637765100443144117
Binary1110111110010110111111111101010010010010001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF96FF; }

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

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

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

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

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

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

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

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